Hello,
I have enabled the Instruction and Data caches on an OMAPL138 evaluation board and now I'm trying to use the "drain write buffer" instruction with this lines of code :
asm(" mov r0, #0 \n "
" MRC p15, #0, r0, c7, c10, #4");
But when I execute them the processor jump to the address 0xFFFF0004 which seems to be the address of the "Undefined Instructions Interrupt".
Does anyone have an idea why this instruction doesn't work ?
Best regards
Arthur