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

Bootloader assert error using gcc in SD v7

Hi,

I'm trying to get the bootloader from SDK v6 running with SoftDevice v7. I managed to compile it under Eclipse (gcc). I've just removed buttons and LEDs from the code. The rest is original.

When running I get assert error from soft device (inside of sd_ble_enable)

  • line_num = 190
  • file_name = "src\host_core.c"

BTW Using original bootloader source code (with Keil) the bootloader hangs in sd_ble_enable.

Anyone can help?

Parents
  • Maybe it's not 190 line number of main.c but src\host_core.c file? And this assert not from sd_ble_enable()? Upload your project, I'll try it on my board, maybe you add some more changes.

Reply
  • Maybe it's not 190 line number of main.c but src\host_core.c file? And this assert not from sd_ble_enable()? Upload your project, I'll try it on my board, maybe you add some more changes.

Children
No Data