Executing a Program Spanning Both Bank 1 and Bank 2 on STM32G0
I have a structure that starts from my own bootloader, and I want to jump to the application. My question is similar to the one in this thread: Is it possible to keep dual bank active and executing the whole FLASH? I am using the STM32G0B1RE microco...