Monthly Archives: July 2021

STM32F405 Feather GPS Logger

Demonstrates UART/DMA Rx, FreeRTOS, specific sentence selection and SD Card logging. Compiled with STMicroelectronics core using the Arduino IDE. Note, all references to “Serial” in the STM32 SD library SD.cpp file were commented out since this program is not using … Continue reading

Posted in Uncategorized | Leave a comment

Receiving Data of Indeterminate Length via STM32F4 UART DMA

Adafruit STM32F405 Feather Demonstration For applications where you don’t know the length of a data stream prior to receiving it via DMA UART. Uses Arduino IDE with STMicroelectronics 2.0 core. Here is a picture of the Adafruit STM32F405 Feather connected … Continue reading

Posted in Uncategorized | Leave a comment