mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
- Stm32f4 use sectors instead of pages. They go from 16 KB to 128KB. The bootloader will use the first sector(16Kb). Slots must start at the begining of a sector to not overlap. - Minimum required RIOBOOT_HDR_LEN or stm32f4 is 0x200 to respect vector table alignment