Wojciech Graj 6e3251ee86
stm32: support flash base address remapping
Select STM32 devices allow for BANK1 and BANK2 to have their addresses
swapped with the FB_MODE flag.

The FB_MODE flag cannot change during runtime, meaning that we could
only perform this check once, but the performance impact of checking
each time should be minimal, and this avoids the need for additional
synchronization.
2026-02-18 15:25:20 +01:00
..