Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-Circuit Debugging #19

Open
ztnel opened this issue Oct 8, 2022 · 2 comments
Open

In-Circuit Debugging #19

ztnel opened this issue Oct 8, 2022 · 2 comments
Assignees
Labels
firmware general firmware development qa testing and verification

Comments

@ztnel
Copy link
Owner

ztnel commented Oct 8, 2022

As the firmware becomes more complex it would be extremely valuable to have in-circuit debugging capability to aid in firmware debugging. The goal is to used avr-gdb or an equivalent to get access to register details and allow setting of hardware breakpoints and program single step execution.

@ztnel ztnel added firmware general firmware development qa testing and verification labels Oct 8, 2022
@ztnel ztnel added this to the Phase 1: Toolchain Feasibility milestone Oct 8, 2022
@ztnel ztnel self-assigned this Oct 8, 2022
@ztnel
Copy link
Owner Author

ztnel commented Oct 12, 2022

Here are the requirements for enabling in-circuit debugging:

  1. avr-gdb binary (from avr)
  2. avarice gdb server for connecting to device
  3. JTAG ICE debugger

https://www.youtube.com/watch?v=m4agpY_w2y8
https://www.youtube.com/watch?v=DbTnKGSoVd4

@ztnel
Copy link
Owner Author

ztnel commented Oct 30, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
firmware general firmware development qa testing and verification
Projects
None yet
Development

No branches or pull requests

1 participant