Hi everyone,
I'm using MCUXpresso 10.2.1 with a custom board based on MK66FN2M0.
I developed an application that is working fine, but on some operations it's a little time consuming. I've enabled the cache memory with LMEM module, but I haven't seen any speed gain.
I've used the following statement:
LMEM_EnableCodeCache( LMEM, true );
Do some other configurations are needed?
Many thanks
Biafra