Datasheet
When GDB comes up type c and press enter .
In a different shell, proceed to do whatever is required to cause the device to crash (such as sending a shell command,
newtmgr cmd, etc..
If the device crashes, GDB should indicate such. You can then type the following commands in GDB to find out where
is crashed:
(gdb) bt
(gdb) p *g_current_task
© Adafruit Industries https://learn.adafruit.com/adafruit-nrf52-pro-feather Page 82 of 87










