User Activity

Posted on October 02, 2017 at 10:10I'm using DMA controller to perform ADC to memory data transfer. I'm using direct mode (no FIFO), circular mode with double buffering and everything works fine. I'm studying the datasheet of the STM32F429ZI but I c...
Posted on February 20, 2017 at 12:26Hi, I'm trying to use FreeRTOS with a STM32F401RE Nucleo64 board. I have all the project files in place and the project compiles fine. But I'm trying to use the HAL_Delay() routine from the Cube HAL but I'm runnin...