Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ports/stm32f4: Keep bootloader within first 32K #420

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 11, 2024

  1. ports/stm32f4: Compact 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.
    
    Available by setting COMPACT_BOOTLOADER in board.mk
    petejohanson committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    608a8d4 View commit details
    Browse the repository at this point in the history