Bootloader - Dual Slot
Hi,I’m working on a bootloader-based setup on STM32 where the application firmware can reside in two different flash regions:Slot 1: 0x08008400Slot 2: 0x08063400 (e.g., for OTA update)The goal is to use the exact same binary in both locations — just...