This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF52832 PAC10040 V 0.9.0 ble_stack_init(); reboot

image descriptionI use the IAR 7.5 compiler and SDK 11.0.0 The program does not work well so I modified the starting address of rom(0x1c000->0x0). (Ble_stack_init) After part does not work. Other revisions are shown below.

*For debugging.

  1. C/C++ Compiler -> Output -> Generate debug information check.
  2. Assembler -> Output -> Generate debug information check.
  3. Debugger -> Extra Option -> Use command line options uncheck.

I use the ble_app_hrs_freertos

Related