User Activity

Hi,I want ot use the UART bootloader to program a STM32G070RB (with the Nucleo board). I've used the following code to activate the pin Boot0 to access the bootloader (some of it may be useless):while(FLASH -> SR & FLASH_SR_BSY1); FLASH->KEYR = KEY1;...