File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ int main() {
52
52
// Note that a whole number of sectors must be erased at a time.
53
53
printf ("\nErasing target region...\n" );
54
54
55
- // Flash is "execute in place" and so will be in use when any code runs, e.g. an interrupt handler or code running on a different core
55
+ // Flash is "execute in place" and so will be in use when any code that is stored in flash runs, e.g. an interrupt handler
56
+ // or code running on a different core.
56
57
// Calling flash_range_erase or flash_range_program at the same time as flash is running code would cause a crash.
57
58
// flash_safe_execute disables interrupts and tries to cooperate with the other core to ensure flash is not in use
58
59
// See the documentation for flash_safe_execute and its assumptions and limitations
You can’t perform that action at this time.
0 commit comments