Various STM32 Projects

I've been working on a number of smaller STM32 projects to get to know the processsor and peripherals better. These include UART communication, DMA, configuring various interrupts, clock speeds and more.

STM32F411 Discovery Board

These projects can be found in my GitHub repo. They're well commented to explain what the code is doing. I specifically don't use the HAL or Standard Peripheral Library on these examples in order to understand exactly what's going on between the software and the hardware.

Additionally, one example explains in detail how to build and debug strictly using the command line. Any questions, just let me know - contact info here.

Date: November 17th, 2017 at 6:53pm
Author: Terence Darwen
Tags: Embedded, STM32, STM32F4, ARM-Cortex-M4, STM32F411

Previous Next