User Activity

I have an STM32F4DISCOVERY with STM32F401 and I can't find any information about it since it was replaced :(I tried to use some USB device features but can't get any of them working. I'm able to compile and flash the board and the remaining periphera...
Posted on June 14, 2018 at 01:13I have configured an timer IC channel and it is working ok however the timer counter isn't reset when I read the captured value: void HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef *htim){if (htim == &htim2)    {       ...
Posted on October 12, 2017 at 22:25http://www.st.com/content/ccc/resource/technical/document/reference_manual/cf/10/a8/c4/29/fb/4c/42/DM00091010.pdf/files/DM00091010.pdf/jcr:content/translations/en.DM00091010.pdf talks about ADC external trigger and...
Posted on October 11, 2017 at 22:16Hi,I'm very confused on how to use the HAL ADC Generic Driver. I configure the ADC using STM32Cube with all the default settings.Now I want to start the ADC and handle the interrupt. Looking into the http://www.st....
Posted on June 28, 2016 at 16:43Hi,I'm using the ST USB Device library and I can send data and from the micro to the PC. My question is how to know that host open a connection?thank you #usb-cdc
Kudos from