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
Copy file name to clipboardExpand all lines: docs/Targets.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2182,7 +2182,15 @@ make
2182
2182
2183
2183
### MCX A: Loading the firmware
2184
2184
2185
-
The NXP Freedom MCX A board debugger comes loaded with MCU Link, but it can be updated to JLink. See https://docs.nxp.com/bundle/UM12012/page/topics/Updating_MCU_Link_firmware.html
2185
+
The NXP Freedom MCX W board debugger comes loaded with MCU Link, but it can be updated to JLink.
2186
+
- Download and install the tool to update MCU Link to support jlink:
2187
+
[@NXP: LinkServer for microcontrollers](https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/linkserver-for-microcontrollers:LINKERSERVER#downloads)
2188
+
2189
+
- put the rom bootloader in'dfu' mode by adding a jumper JP8 (ISP_EN)
2190
+
2191
+
- run `scripts/program_JLINK` to update the onboard debugger
2192
+
2193
+
- when the update is complete, remove the jumper in JP8
2186
2194
2187
2195
Use JLinkExe tool to upload the initial firmware: `JLinkExe -if swd -Device MCXA153`
2188
2196
@@ -2261,7 +2269,15 @@ make
2261
2269
2262
2270
### MCX W: Loading the firmware
2263
2271
2264
-
The NXP Freedom MCX W board debugger comes loaded with MCU Link, but it can be updated to JLink. See https://docs.nxp.com/bundle/UM12012/page/topics/Updating_MCU_Link_firmware.html
2272
+
The NXP Freedom MCX W board debugger comes loaded with MCU Link, but it can be updated to JLink.
2273
+
- Download and install the tool to update MCU Link to support jlink:
2274
+
[@NXP: LinkServer for microcontrollers](https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/linkserver-for-microcontrollers:LINKERSERVER#downloads)
2275
+
2276
+
- put the rom bootloader in'dfu' mode by adding a jumper in JP5 (ISP_EN)
2277
+
2278
+
- run `scripts/program_JLINK` to update the onboard debugger
2279
+
2280
+
- when the update is complete, remove the jumper in JP5
2265
2281
2266
2282
Use JLinkExe tool to upload the initial firmware: `JLinkExe -if swd -Device MCXW716`
0 commit comments