Other Parts Discussed in Thread: OMAP-L138
Tool/software: TI-RTOS
Hello,
The EDMA on OMAP-L138 without rtos porject works fine. However, after I mrigrate to a project with RTOS, no data is transfered by EDMA anymore. when I move the input and output buffer for EDMA from shared memory to DDR2 (on no cachedable aera), then EDMA starts transfering data normally. does this mean the shared memory is cached enabled by rtos? if yes, how can I disable shared memory cache? I used CacheInv (0x80000000, 0x20000), but did not help.
Thanks in advance!
Ron