Other Parts Discussed in Thread: SYSBIOS
Hello,
i am using the ICE Board with IND SDK1.1.0.1 and SysBios.
My application (based on the ethercat example) includes the SPI with EDMA.
The question regarding the memory/cache is:
1. Is it possible to "bypass" the cache, that the memcpy() function directly access the EDMA-TX-RX-buffers in memory (which is also accessed by the EDMA), without using the function CacheDataInvalidateBuff() ? Something like a "Write through" configuration?
2. I think the latency will not change (Am i right ?), when i not use the cache for the buffers, because the function CacheDataInvalidateBuff() admits a directly access to memory.
Regards,
Daniel