Resolved! STM32L475RG - Having trouble jumping between multiple .bin programs in flash, program stops working.
CURRENT PRODUCT Our existing devices have a custom USB DFU bootloader starting at address 0x08000000. Our main application starts at 0x08008000, after 32Kb of space. I can jump from the main app to the bootloader with no issues (using a NVIC_Systemre...