You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally, the flash_sector array is known at compile time and
is immutable, therefore developers may like to store it in ROM.
The only function that requires a mutable struct flash_sector
seems to be flash_area_get_sectors(), allowing the developer
to store a mutable sector definition in persistent RAM rather
than ROM. An example of this approach is in setting_fcb.c.
Signed-off-by: JP Hutchins <[email protected]>
0 commit comments