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

SD132 NRF52 gcc debugging

Hi

I'm trying to port my firmware to the NRF52 DK, but I'm having trouble getting it to work. Could you give me a hint based on the stack trace below, what the problem might be?

Thread #1 <main> (Suspended : Signal : SIGTRAP:Trace/breakpoint trap)	
	0x20001248	
	<signal handler called>() at 0xfffffff9	
	0xf5bbf576	
	0x1000000	

I'm using

  • SEGGER J-Link GDB Server V5.12g
  • gcc 5.4 q2
  • Eclipse Mars

Everything works fine for the NRF51 DK... This is driving me crazy..

Thanks for your hints in advance!

Parents
  • Looks like the sigtrap is occurring in the softdevice, hence no debug symbols. Please include the core register values in your description. You can do that from Eclipse, or call nrfjprog --readregs -f nrf52. Also which version of the SD are using?

Reply
  • Looks like the sigtrap is occurring in the softdevice, hence no debug symbols. Please include the core register values in your description. You can do that from Eclipse, or call nrfjprog --readregs -f nrf52. Also which version of the SD are using?

Children
No Data
Related