The featured image of this blog post is based on a picture by Shawn Suttle on Pixabay.
What is a system view description (SVD)? What can it be used for? And what is the connection to AVR microcontrollers?
Continue reading
The featured image of this blog post is based on a picture by Shawn Suttle on Pixabay.
What is a system view description (SVD)? What can it be used for? And what is the connection to AVR microcontrollers?
Continue reading
Debugging classic AVRs in the Arduino IDE 2 is finally possible! It took a while to implement this feature, but now it is just a piece of cake to enable debugging and start using the debugger.
Continue reading
The featured image of this blog post has been created by Cryteria, CC BY 3.0, Link
Gdb, the GNU debugger, is probably the most used open source debugger for embedded systems. The AVR version of GDB on the Mac is unfortunately not very cooperative. If you try to read an elf file, you get the following funny message (reminding us of HAL9000):
I’m sorry, Dave, I can’t do that. Symbol format `elf32-avr’ unknown.
But with the right homebrew formula, one can teach GDB some new tricks …
EDIT: The problem has been solved by the homebrew maintainers.
Copyright © 2025 Arduino Craft Corner
Theme by Anders Noren — Up ↑