User Activity

I'm stuck on performing jump to bootloader in order to update firmware via DFU. MCU is STM32G484. On empty project I configured the clock for USB, my code is: int main(void) { HAL_Init(); SystemClock_Config(); /* Initialize all configured peri...