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

gdb signal SIGTRAP 0x00014fde

Hi,

I am trying to bring up custom board with 51822 CFAC-A0. And I am continuously getting the following error as soon as the code does advertising_start(). I am using SDK7.2.0 and SD 7.1.0.

The address 0x00014fde appears to be from BLE stack. Please let me know what this issue could be...

Thanks, Sam

Type "apropos word" to search for commands related to "word"...
Reading symbols from _build/main_gcc_s110_xxac.elf...(no debugging symbols found)...done.
0xfffffffe in ?? ()
Loading section .text, size 0xaa27 lma 0x16000
Loading section .ARM.exidx, size 0x8 lma 0x20a28
Loading section .data, size 0xac lma 0x20a30
Start address 0x1cac0, load size 43739
info b 
Transfer rate: 10678 KB/sec, 3364 bytes/write.
Resetting target
Breakpoint 1 at 0x1687a
Breakpoint 2 at 0x1638c
(gdb) info b 
Num     Type           Disp Enb Address    What
1       breakpoint     keep y   0x0001687a <main+14>
2       breakpoint     keep y   0x0001638c <advertising_start+60>
(gdb) c
Continuing.
^C
Program received signal SIGTRAP, Trace/breakpoint trap.
0x00014fde in ?? ()
(gdb) 
Parents Reply Children
Related