Howdy Forum,
My goal is to to do cycle-accurate simulation of data coming in over DMA, performing some DSPLIB function on the data (say complex multiply), and then sending the data back out via DMA. Questions:
- Are there any examples similar to this already?
- Is there an easy way to provide input data to be simulated as coming in via DMA at some specified rate? In the past, I've created a static var, and then populated, but I'm curious if there's a better way.
- Is there an easy way to provide access to the output data besides printf-ing it to the console? I'm currently doing this in a form that's convenient for copying into MATLAB, but once again, curious if there's a better way.
Thanks!
Jim