Welly's
Home
Writings
Topics
About
2022
2022-03-31
Git: Beginning to Use It
Where I discuss what to do once you’ve downloaded a repository from Github.
2022-01-02
Hardware Debug: Exploring the ATmega328PB Xplained Mini
Where I demonstrate how to use the ATmega328PB Xplained Mini from Microchip to understand how to program in Standard C.
2021
2021-12-30
Developing in C for the ATmega328: Hints on Solving Issues Bloom and gdb
Hints as to what to do when something isn’t working with Bloom and avr-gdb.
2021-12-30
Developing in C for the ATmega328: Examples of Bloom with gdb to Debug
Where I show some examples as to how to use Bloom and avr-gdb to debug code on the ATmega328P.
2021-12-24
Developing in C for the ATmega328: Setup Bloom and gdb to Debug
Where I illustrate how to setup using avr-gdb to debug code on the ATmega328P while replacing avarice with Bloom and the Atmel Dragon with the Microchip Snap.
2021-12-20
Hardware Debug: Using gdb to Debug
Where I illustrate debugging code for the ATmega328P using the Atmel Dragon, avr-gdb and avarice.
2021-08-22
Debugging C Code on the RP2040 Using gdb: Hints
Where I provide hints on using gdb to debug code on the RP2040 (Pi Pico board).
2021-08-21
Debugging C Code on the RP2040 Using gdb: Setup
Where I show a simple method of using gdb to debug code on the RP2040 (Pi Pico board).
2021-03-20
gdb Resources
All of the resources found related to gdb (particularly, related to the RP2040) and how to use it.