Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ports/stm32f4: Keep bootloader within first 32K
In order to free up sectors 2 and 3 for the application, limit the bootloader to the first 16K sector, config to the next 16K. We keep the application still starting at 0x10000 so that 0x8000 and 0xC000 sectors can be used by the application for settings/config storage.
- Loading branch information