Skip to content

Commit ee92753

Browse files
pyocd works now!!
1 parent c54d1f5 commit ee92753

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

targets/upload_method_cfg/K64F.cmake

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
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",

0 commit comments

Comments
 (0)