User Activity

hello,I try to write a bootloader function fo the STM32g03 MCUthis is the code:void JumpToBootLoader(void){ UART_HandleTypeDef huart2;// System boot function pointer:void (*StartBootLoader)(void);// System address for the F76xxx family (see ST AN2606...