Reply by joseph_lyons_79 November 10, 20042004-11-10


Hi,

In order to read some memory addresses from my c6711dsk using HPI, I
have to call -

CACHE_flush(CACHE_L2ALL, (void *)0, 0);

to insure that the memory address has the correct value. I was
wondering if it is possible to locate where in the cache the value is
temporarily stored so that I only need flush this address within the
cache?

Cheers,

Joe.