Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by fanios

  1. F

    Help ad converter spartan 3an

    Hi.thanks for replying. I know the maximum speed . Ltc1407a-1 is 50 MHz and for ltc6912-1 is 10 MHz . Minimum speed is not mentioned . The only thing mentioned is that may have a problem working on maximum speed. When u say spi manual i suppose u mean my spi devices' manuals. I give spi_mosi...
  2. F

    Help ad converter spartan 3an

    Hi to all .I try for two months to make ad work .I just use my spi controller . My vhdl script is exactly as timing diagrams chapter 9, ug334 . Is there anything that is not metioned in manual that creates problems such as desabling other spi devices..It is not mentioned . i change spi_sck...
  3. F

    ADC on SPARTAN 3E Starter Board

    Thanks for your past reply . i've also been using the same ucf, which is general for all the devices. I just wanted to check which devices to disable, because they are not mentioned clearly in the manual. Also, if possible, send me the ucf you are using, if it is different from the one you have...
  4. F

    ADC on SPARTAN 3E Starter Board

    i use spartan 3an and its manual is ug334 .There are a lot of things missing. If u could send me ucf , it would be really helpful . thanks for replying .
  5. F

    ADC on SPARTAN 3E Starter Board

    Sorry to disturb again...But i can't make it work.Your code is the greatest i have found and i have understood it. i tried to set the gain to amplifier and see it on leds without using the adc but leds go high.Don't i have to disable the other spi devices? Which spi flash prom programming...
  6. F

    configuration of spartan-3E with spi memory

    Hi kvingle. I was searching google and i just saw your post. What do u mean "you don't need a VHDL program for configuration". I have been trying for 2 months to configure adc by writing vhdl program.Am i wrong ? How can i use impact without a .bit file? thanks
  7. F

    spartan 3an ad converter

    Hi , could anyone tell me which configuration mode should i use to program amp and adc. Also,Spartan 3an's user guide (ug334) i can't understand somethig ...page 76 , figure 9-6. At sample point i turn off spi_sck and for many cycles? Manual says that the maximum sample rate is approximately...
  8. F

    adc interface with spart 3a starter kit

    Hi.I am working on my thesis and i have to use amp and adc.I have made my code by reading the manual.But i don't have right results.I suppose that the problem is with spi_sck and ad_conv . I cant understand from the manual how many cycles spi_sck haw to be '0' in sample point.I use 1mhz clock ...
  9. F

    ADC on SPARTAN 3E Starter Board

    Thank u very much nickb1! what is "amplitude1_buffer(12) = '1'" for? Why do u check that bit? Something else . how do u check the other bits to see if the value is right? sorry to disturb and thanks...
  10. F

    ADC on SPARTAN 3E Starter Board

    Hi\. i am working on my thesis and i have to use adc on spartan 3an which is the same with spartan 3e. could u please explain me why that : " if(rising_edge(mclk)) then case state_clock is when clock_on => SPI_SCK <= clk_sample; when clock_off => SPI_SCK <= '0'; end...
  11. F

    spartan 3an control unipolar stepper motor

    Thanks for your help. I have some questions. I have made the driver modules for my two stepper motors. Now i have to program my spartan 3an . What i want is to to take an analog signal (voltage) from pv panel and check my algo which controls the movement of motors . I have googled it but i can t...
  12. F

    spartan 3an control unipolar stepper motor

    HI. I work for my thesis on a sun tracking algorithm. i use two unipolar stepper motors for moving the solar panel on two axis' . i have a problem with the pulses to move motors . Does anyone know where i can find any vhdl examples ?

Part and Inventory Search

Back
Top