Hi,
I'm working with a TMDX570LS32HDK.
For an ADC app I need to generate a digital waves pattern to feed ad setup my source. My digital pattern is constant through cycles of a single run but is NOT constant from an execution to another. It is someway similar to a serial signal but involves more signals. The pattern cannot be programmed and compiled on code generation because requires to be modified runtime.
The stardand way to generate a similar pattern would be a buffered digital output, where the application can fill the buffer and then start emitting cycling through the buffer at a predefined frequency. Every buffer bit is assigned to the state of a digital output pin.
Which is the bes way to achieve this?
There's somewhere an example to start with?
Thank you,
Matteo