Where I provide hints on using gdb to debug code on the RP2040 (Pi Pico board).
Debugging in 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).
Sources#
Developing in C on the RP2040: Linux
Where I begin to develop code in C on the RP2040.
Sources#
- Raspberry Pi Pico SDK: Raspberry Pi Pico SDK
- Raspberry Pi Pico Pinout
- Getting Started with Pico
- Shawn Hymel on Digikey
Introduction#
I like using Forth to develop code on embedded …
Mecrisp-Stellaris Forth: Creating a New UF2
Mecrisp-Stellaris Forth: RP2040 and Pin Testing
Where I work with the Adafruit Feather RP2040 (Feather), Mecrisp-Stellaris Forth (MSForth) and create Forth versions of ManPinTest and PinTest.
Sources#
Mecrisp-Stellaris Forth: Notes
Where I compile interesting notes as to how Mecrisp-Stellaris Forth is implemented on the RP2040 microcontroller.
ALWAYS WRITE SHORT DEFINITIONS!!#
I was working on this entry and was attempting to hand-write the definition of PIN_BLINK by keeping the …
Mecrisp-Stellaris Forth: On the RP2040
Where I implement Forth on the Feather RP2040 using Mecrisp-Stellaris Forth.
Sources#
Comparing the Labrador
Where I compare the Labrador with the $300 Digilent Analog Discovery 2 and determine if using a “rail-to-rail” operational amplifier matters.
Sources#
RP2040 MicroPython Coding Setup
Where I explain my process for developing code on the RP2040 board.
Sources#
Python User (Discussion below)#
- Sublime Text or your favorite code editor
- macOS Serial
Background#
When developing software for microcontrollers, the …
RP2040 Blink Continued
Where I use the Labrador to test a different way of implementing Blink on the RP2040 using timer().
Sources#
Background#
I started reading the Python SDK above and noticed this example on page 12.
Its a method of blinking the …