User Activity

Posted on May 21, 2013 at 20:37I want to measure the frequency of an input signal with the STM32F4 Discovery Board. But i want to configure Timer 1 (in mode Input capture) to generate an interrupt every 50 Hz (or any other fixed value). How can i do...
Posted on April 18, 2013 at 18:44Hello,I want to test http://www.mediafire.com/?0ghzhc6jgn90u4k of VCP on STM32F4 Discovery board.But in building the project the following error occurs.warning: implicit declaration of function 'VCP_dataTx' is invali...
Posted on March 19, 2013 at 14:30Hi.I try to emit and recieve data with the STM32F407VGT6 microcontroller with USB protocol (HID Class). Can i find any example that show this communication.Thank you very much.
Posted on March 12, 2013 at 14:06Hi,It's the first time that i use the USB protocol. I want to connect my CVI application to the STM32 microcontroller via the USB HID. I want to find a basic example (for STM32F407) that explains this communication i...
Posted on March 11, 2013 at 10:54Hi,I have problems with Timer 8 this time. I want to measure the frequency of an input signal. I have to use PB1 that's connected to TIM8_CH3N. The code seem correct but it doesn't give any frequency. The code is the...