User Activity

Hi is it possible to use in the same time can and USB CDC because i need to receive message from can and then transmit over usb to PC?
Hi i have configured adc in continuos mode as you can se in MX_ADC1_Init(); but it only reads on first time when goes in the while(1) and never reads new value.void MX_ADC1_Init(void) { ADC_ChannelConfTypeDef sConfig = {0};   /** Configure the gl...
Hi, can somebody help with USB CDC on stm32f407G-DISC. I have configure in CUBE MX to use usb CDC in FS and when i connect to PC ( WINDOWS 10)  i see setting up device (STM32_Comport) and then pc says that USB serial device is ready to use. Why windo...