Forum : ARM
Original Post
Post Information | Post |
---|---|
January 4, 2013 - 6:09pm
|
I set Advanced ARM Options/Boot mode == RAM, start debug session and I take a message: OPI Driver Error (1004) Error: Execution out of debugging limitation: PC=0xFFFFFFFE. The size of my program is 15K, it is far smaller then the limitation (64K). ps: I explore STM32F4dicovery with intent to increase performance of the cpu. |
Hello,
Your problem is not a problem of limitation. To boot to the RAM you have probably the execution who doesn't work properly.
You should verify that the boot pins are in RAM mode and the Linker Scripts and startup are set by default.
If the Scripts and startup are different, you should verify if every thing is fine to boot in RAM.
Regards,
Etienne
Thank you, your answer was helpful.