User Activity

I am working with the STM32F429 discovery board trying to prove out the ability to do OTA updates via a connected cell modem, but I am having trouble getting the MCU to boot from bank 2. I have created 2 simple freeRTOS applications which blink the o...
I am trying to get UART working on a project for debugging purposes but I can't get my project to compile correctly. I have uncommented "HAL_UART_MODULE_ENABLED" in stm32f4xx_hal_conf.h but it seems to have no affect on my build at all. My Paths and ...