Hello,
I'm learning how to use s110 and the debugger. I am porting the hids_keyboard app from the PCA10001 to the PCA10003 (nrf51822 -> nrf51422).
As described in this thread, I am having a hard time figuring out why the program is crashing when it tries to send a keypress. I set a breakpoint, but I'm unsure how to interpret the stack trace - it starts at a hex address that isn't correlated to my human-readable code. Here's a screenshot:
(bigger version here)
I'm new at this, so any help as to how to trace/debug this would be much appreciated!