Bootloader v11 + changes
I've been using an STM32G474xx in a project for a few years now and have a function that jumps to the bootloader. It seems in a recent rev of the chip the bootloader has changed. I'm finding that I can no longer jump to the bootloader similar to how this post describes. https://community.st.com/t5/stm32-mcus/how-to-jump-to-system-bootloader-from-application-code-on-stm32/ta-p/49424
Now there seems to be a bootloader precheck that requires me to set the option bits to control the boot pins. I'd like to just continue jumping directly into the bootloader without having to edit the option bits. Does anybody know where I can find the address of the actual bootloader?
