Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi Thiago,
--- Quote Start --- The SPI output from the demodulator has the attached waveform. It is simple: 8 bits data, CLK, sync byte, valid byte. The CLK frequency is around 5 MHz. TTL levels. --- Quote End --- That can easily be captured using a low-end FPGA or CPLD. --- Quote Start --- It would be better if it was free :-P --- Quote End --- If you know what you have to do to reformat the data, then it would be easy to write your own. You could always create a simulation with the Altera ASI IP code, and look at what the output data stream looks like for your given input data, and then write a core to reproduce that functionality. Cheers, Dave