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() {
5252    // Note that a whole number of sectors must be erased at a time. 
5353    printf ("\nErasing target region...\n" );
5454
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. 
5657    // Calling flash_range_erase or flash_range_program at the same time as flash is running code would cause a crash. 
5758    // flash_safe_execute disables interrupts and tries to cooperate with the other core to ensure flash is not in use 
5859    // See the documentation for flash_safe_execute and its assumptions and limitations 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments