Dear Everyone, I would like to ask the forum's assistance in resolving the problem I experience in EVM6678L board.
I wrote an Ethernet Application based on the PA_simpleExample and PA_multicoreExample projects. I have some problem of cache coherency. Then I want to disable the cache but it continues working.
I changed in the evmc6678.gel file:
CACHE_L1PCFG = 0;
CACHE_L1DCFG = 0;
CACHE_L2CFG = 0;
and the cache is working yet.
I used the CACHE_disableCaching(i) function for all the DDR at the start of my program
and the cache is working yet.
Some know how to disable all cache on c6678 ?
Thanks,
Enrique