Hello everyone,
I'm trying to enable the FPU with some assembly code from the datasheet but everytime I run the debugger, I receive the following error:
Load program Error.
Encounterd a problem loading file: C:\....
Could not open file.
This is the assembly code:
asm ( " LDR.W R0, =0xE000ED88"
" LDR R1, [R0]"
" ORR R1, R1, #(0xF << 20)"
" STR R1, [R0]"
" DSB"
" ISB");