User Activity

Hi all,I am using customized designed board consisting of stm32G4CEU microcontroller and we have USB connector to do the data communication with the stm32 microcontroller. Once I connect the USB to my PC (Windows11 Pro) then its not getting recognise...
Hi all,The project is under Nucleo-G474RE board using STM32CubeIDE.I am trying to use ADC1 in continuous conversion mode but unfortunately the code hangs at while((ADC1->ISR & ISR_EOC)!= 1){} loop.as i am checking the conversion to be finished and th...