User Activity

Posted on May 09, 2017 at 12:20Hello fellow developers,I have an stm32f4 board connected to PC through a USB link. Basically, the board is linked through an SPI link to several sensors. It gathers data from the sensors, filters and processes it befo...
Posted on March 16, 2017 at 18:29Hello all,I am using the DMA (direct memory access) unit to generate a sine wave. I flip between the frequencies often in my application. Sometimes the output signal get stuck at high frequency when I move fast from ...
Posted on November 10, 2016 at 17:34 Hi all, I am using an stm32f4 micro to generate a random number. I am using the RNG Driver from the stm32cubef4 library. I followed the examples but the micro is generating the same number over and o...