User Activity

I am porting some STM32F03 code to a STM32G03.The project uses a bootloader and an application. Bootloader works, does its thing and jumps to the application code at a different address.The application will first fill SRAM with it's vector table and ...