User Activity

Hello.I'm working with STM32F4-Discovery. I use USB CDC VCP for transmit data from ADC to PC and receive command from PC to change timer period. Program is written with HAL drivers, with help of CubeMX. Problem is with receiving command, because some...
Hello all,i am using STM32f407-Discovery. I am working with USB CDC in FS mode. Code for that was generate with CubeMX and HAL libraries. My question is if anyone has already done the USB CDC communication with SPL libraries or registers?I want this ...