How to store a 1-bit bootloader flag without wasting 1 Flash page
Hello,I am working on custom bootloader + application setup on a STM32G070CBT6Currently, I need to store bootloader flag that indicate whether the MCU should jump to the bootloader code or to the application code.Since the movement i am reserving 1 f...