Other Parts Discussed in Thread: HALCOGEN
Hi,
I'm working on a square wave generation using RTI to drive DMA :
- My RTI generate DMA request at a fixed frequency using compare 0
- the DMA on every request writes 32 bits from a pre filled system buffer to the DOUT pins
My proble is that, using HalCoGen I cannot elevate the writing frequency at more than ~5MHz. If I set the RTI compare 0 interval at less than 0.0002ms the DMA output remain approx at 5-5.2MHz. I can see the output with an oscilloscope.
Is this a system limit? And in case: Is this a DMA, RTI or DOUT refresh limit?
I'm working on a TMS570LS31HDK.
Thank you