User Activity

Hi,I got a problem with running USB CDC on STM32G431RB. I configured USB as device and added USB CDC driver. I have changed 'CDC_Control_FS' function in 'usbd_cdc_if.c' file. case CDC_SET_LINE_CODING: LineCoding.bitrate = (uint32_t)(pbuf[0] |...
Hi,I got a problem with STM32G070RBTx ADC configuration. I configured ADC in interrupt mode. After each conversion I change channel to measure different pin. I got 9 pins to measure(PA0 - PA7 and PB12). With PINS on PORTA I got no problem but PB12 is...
Posted on March 09, 2018 at 15:24Hi,I am trying to compile project in Atollic TrueSTUDIO for STM32 generated in STM32CubeMX but my HAL libraries are not visible after adding USB_DEVICE in CDC mode.I am generating project which uses some GPIO Inputs ...