File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed 
targets/upload_method_cfg Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 33# include app.cmake and where you add mbed os as a subdirectory. 
44# 
55# Notes: 
6- # 1. PyOCD did not actually work in my testing as of Apr 2024, though this device is supposed to be supported 
7- # 2. Be sure to update the DAPLink firmware on the board via these instructions: https://os.mbed.com/blog/entry/DAPLink-bootloader-update/ 
8- # 3. OpenOCD 0.12 flashes this device perfectly and can enter a debug session, but cannot hit breakpoints 
9- # 4. LinkServer can both flash and debug, so it's the recommended upload method for this device. 
10- # 5. LinkServer does appear to have a bug where it doesn't map the peripheral registers as valid memory, so you can't 
6+ # 1. Be sure to update the DAPLink firmware on the board via these instructions: https://os.mbed.com/blog/entry/DAPLink-bootloader-update/ 
7+ # 2. OpenOCD 0.12 flashes this device perfectly and can enter a debug session, but cannot hit breakpoints 
8+ # 3. LinkServer can both flash and debug, so it's the recommended upload method for this device. 
9+ # 4. LinkServer does appear to have a bug where it doesn't map the peripheral registers as valid memory, so you can't 
1110#    inspect them.  I was able to work around this by inserting a block like this into <LinkServer install dir>/devices/FRDM-K64F.json: 
1211# 
1312#         "name": "MK64FN1M0xxx12", 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments