Recent posts

Timers

1 minute read

Learning the practical basics of timers on STM32, from prescalers and periods to interrupts and waveform generation.

External Interrupts

1 minute read

Configuring a Nucleo user button as an external interrupt and seeing how event-driven inputs become useful in safety-critical systems.

Oscillators

1 minute read

Following STM32World tutorials on clocks and oscillators while learning to distrust default CubeMX pin assignments.

Serial Debugging :(

2 minute read

A frustrating attempt to get serial debugging working over USB on an STM32 Nucleo board while adapting tutorials meant for different hardware.

Beginning My STM32 Journey!

1 minute read

Starting the STM32 journey with a Nucleo F767ZI board and refreshing embedded systems knowledge after years away from the field.

Japan_and_books

1 minute read

A trip to Japan, a renewed interest in embedded systems, and a couple of books that helped spark the next stage of this engineering journey.

Tic_tac_toe_in_c

less than 1 minute read

Using a console tic-tac-toe project in C as a test run for whether embedded systems engineering feels like the right long-term path.