To whom who may concerns
After read through the source code of TSW1400, which is given by Jim Seton called "TSW1400_ADC_Firmware_12_12_14.zip",
I want to add some signal processing code (e.g. cross correlation) after the ADC(TSW1266EVM) data captured and stored inside the DDR2 RAM.
After my code is done, I have a flag called FLAG_DONE is high and I want to capture the data at this time from DDR2 RAM and use SPI bus to send back data to the GUI
However, the timeout error occur here. said 1)"FGPA may be reset, please check if USER_LED2 is OFF" or 2) "Clock from ADC EVM is not received by TSW board"
What is the mechanism of receiving data of GUI?? How can I set the timeout time to a bit longer? Or can I separate the processes (capture from ADC and send back to GUI)?
Best
Anthony