-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Build Systemarea: SettingsSettings subsystemSettings subsystempriority: mediumMedium impact/importance bugMedium impact/importance bug
Description
Describe the bug
Application build system is not aware of settings partition. For big applications that may result in building improper hex. In case code does not fit on the "code partition", part of the firmware may actually reside in the settings FLASH area.
Expected behavior
Developer should not be able to successfully build application that does not fit into memory (or at least there should be warning related to the problem).
Impact
Settings may remove/damage part of the firmware. That leads to errors that could be really difficult to debug.
RFC Proposal for nRF boards: #29794
pszkotak
Metadata
Metadata
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Build Systemarea: SettingsSettings subsystemSettings subsystempriority: mediumMedium impact/importance bugMedium impact/importance bug