Stm32G474 bootloader
What exactly is meant by "If Boot from FLASH"?
What exactly is meant by "If Boot from FLASH"?
> So I'm wondering what I need to do to take the "no" path of "If Boot from FLASH"
Boot into something other than the flash, such as the system memory bootloader by holding BOOT0 during reset (among other options, as detailed in AN2606).
> I want to make sure the bootloader doesn't try to boot from flash.
This concept doesn't make a lot of sense. The bootloader doesn't decide where to boot from, the option bytes and settings on the BOOTx pins do. Typically, and most usefully, programs will boot into user code in the FLASH in order to run the program that was programmed onto them. But the system bootloader is another alternative.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.