What registers do I need to change when switching execution context with goto-statement?
Posted on December 04, 2017 at 10:55I am working with the stm32f7 microcontroller and I have 2 projects, a bootloader project and an application project. The bootloader resides in the beginning of the flash memory and the application resides in the ...