Forum Discussion
bsp_user
Occasional Contributor
2 years agoCan't execute an ARM Compiler 5/6 built image from Arria V SoC devkit SDRAM without debugger
Hi, I try to build a bare metal app for the Arria V SoC devkit using Arm Compiler 6/5 (DS-5 built in) and load it from the QSPI into the SDRAM (on the devkit without debugger). The app is never ...
Jeet14
Frequent Contributor
2 years agoHi,
Please check your email on this issue with the GNU based steps for building baremetal app to run from the SDRAM and booting the baremetal from the flash.
Regards
Tiwari
bsp_user
Occasional Contributor
2 years agoHi,
Thank you for your help and private message.
I apologize but I think you misunderstood me:
I have no problem with the GNU toolchain. If I use the GNU compiler & linker I'm able to load my bare metal app to the SDRAM with and without debugger.
My problem is when I'm using the ARM toolchain. When I use the ARM compiler & linker I'm able to load my bare metal app to the SDRAM only with the debugger.
My goal is to load it to the SDRAM with the preloader and devkit only without debugger.
Thanks