As I got back into Forth after about 35 years of other languages, programs and technical stuff, I’ve been asked, Why Forth?
The most personal reason is that I’ve had a life-long passion for the language and kept a bookshelf full of Forth books for over 40 years. However, once I began to use it again, I realized its perfect for embedded processors. I’m surprised how well it works with today’s microcontrollers. And how relatively easy it is to find a port of Forth for many popular microcontrollers. I still think its a good question to ask, so I start this blog with the question:
All of the resources found related to gdb (particularly, related to the RP2040) and how to use it.
avarice -g -w -d -P atmega328p :3333 # window 1
avr-gdb -tui # window 2
A set of entries which comprise a course for learning how develop C programs for the RP2040.