How to setup the environment of debugging? #302
Answered
by
jwise
tianmaduxing
asked this question in
Q&A
-
Is there an existing issue for this?
ProblemDo you know how to debug the FW like IAR or Segger-studio? Proposed changeNULL Anything else?No response |
Beta Was this translation helpful? Give feedback.
Answered by
jwise
Nov 27, 2025
Replies: 2 comments 2 replies
-
|
(converting to a discussion) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
There is an extensive gdb environment for PebbleOS -- usually we use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tianmaduxing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an extensive gdb environment for PebbleOS -- usually we use
openocd(with PebbleOS patches) as the debug agent to connect to the DUT over SWD, but any debug target you have for your SoC will work. Then you can usegdb, which has a bunch of extended pebble-specific commands. What SoC are you building for?