User Activity

Posted on November 19, 2012 at 11:17I want to use the CDC example to send ADC data to a PC in a fast way. My problem is that I seem to be losing data erratically, especially if I send more data. I changed the  usbd_cdc_VCP.c file in the following wa...
Posted on November 14, 2012 at 16:15I want to use the VCP_CDC example in the STM32_USB-Host-Device_Lib_V2.1.0 to send ADC data, via the serial port to SciLab (a MATLAB like PC program) My problem is that the original example doesn't use any flow con...
Posted on October 19, 2012 at 16:47Hello, I am having problems with the syStick timer.  The handler for sysTick stops being called after one or two interrupts from TIM3 (set < 1Hz). The TIM3 interrupt has no problem (LED keeps toggling). I started ...