Alternatives to Flash Memory for Bootloader Storage on STM32F103
Hello,I’m designing a custom bootloader for the STM32F103 series, and I’m looking for alternative memory regions to store the bootloader instead of using Flash memory.The reason I don’t want to use Flash memory (starting at 0x08000000) is that I want...