Part Number: 66AK2H06
Hi all,
I do the experiment about L1 p cache.
L1 p is configured to all memory. (no cache). i set register L1PCFG (0x01840020) to 0x0 at the beginning of code execution.
From the DSP CorePac description, L1p is for the program fetch. if it is true, then CPU could not fetch any program after i set this register.
However, i found my code still can run properly after this setup.
Does anyone know the reason?
Thank you.