Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hello,
My application used system_EDMA to transfer data from buffer to McASP. but I found only the first data in buffer was sent to McASP, when the data in output buffer was changed by my application, but the data out of McASP is still no change from the scope. only if I manually change the data in output buffer from CCS memory view using a emulator, then I see the change on scope. It seems the data in buffer is cached.
How do I verify if the buffer is cached? How can I fix this issue? I try to call Cache_wbAll(); but it did not help. My output buffers are in DDR.
Thanks in advance!
Ron