User Activity

Posted on February 09, 2017 at 13:38Hey,I'm using the Input Capture of TIM8 to measure the period of a signal. The Timer runs at 16MHz and the MCU (STM32F405) at 144MHz. I'm also using the ICFilter at the moment. The value is set at 0x02. My questio...
Posted on January 19, 2017 at 12:55Hey,I searched for this in the hardware development sheet but there was no real answer to my question. I do not want to use a switch at the NRST input, because i think everything what the switch does can be made wi...
Posted on November 04, 2016 at 08:53Hi all,i want to build my own STM32 PCB with USB connection, I want to use the USB communication for sending Data via VCP(CDC) to the PC and to programm the STM32 via DFU. Currently I'm using the discovery board a...
Posted on October 19, 2016 at 07:28 Hi all, i have a problem with my program but i can not find the error. Maybe here is one who knows what i'm doing wrong. I want to meassure the time between two edges. I works most of the time, but some...
Posted on October 12, 2016 at 08:46 Hello all, I'm using the ST Library for USB Communication via VCP and as CDC Device.Now I'm trying to flush the buffer, when the µC recieves a ''p'' from the PC. I already tried to set APP_Rx_ptr_in and...