This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bootloader SDK V7.2.0 with GCC

Hello,

i've already read a lot about this topic in this forum, but now I'm unable to continue on my own. I wan't to migrate the DFU SDK emaple from Keil to GCC. I already use the bootlader_util_gcc.c and define the required section in my linker scrip file. My problem is the dfu_ble_svc file.

  • How I have to adjust the SVC_Handler so it compiles with GCC?
  • What i have to do with the "attribute((section("NoInit"), zero_init));"?

Is there any bootlaoder example for GCC in SDK V7.2.0? Do I need to pay attention to something else when I use GCC?

  • I'm using Bootloader for S310
  • GCC V4.7.2013-q2
Parents Reply Children
No Data
Related