Skip to content

Commit

Permalink
Update MCUXpresso instructions (#15)
Browse files Browse the repository at this point in the history
Fix #15 by updating MCUXpresso probetable.csv instructions.
Thanks @Doumanix
  • Loading branch information
devanlai authored Dec 10, 2021
1 parent d92e4f6 commit 0dcc7db
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ In general, the probe can be used with OpenOCD just by specifying the cmsis-dap

Example OpenOCD configurations can be found under the [openocd/](openocd/) folder.

### LPCXpresso
As of LPCXpresso 8.0.0, the default probe detection rules will not auto-discover generic CMSIS-DAP probes.
To use the dap42 probe with LPCXpresso, you can modify the detection rules by editing `lpcxpresso/bin/Scripts/probetable.csv` in your LPCXpresso installation.
### MCUXpresso
The default probe detection rules used by MCUXpresso (formerly LPCXpresso) will not auto-discover generic CMSIS-DAP probes.
To use the dap42 probe with MCUXpresso, you can modify the detection rules by editing `probetable.csv` in your MCUXpresso installation.

Add the following line to `probetable.csv`:
For MCUXpresso version 11.4 or newer, edit `probetable.csv` under `ide/plugins/com.mcuxpresso.tools.bin.<...>/binaries/Scripts`:

0x1209, 0xDA42, 64, 1, 0, 0, 0, "", 0x0000, -1, -1

In older versions, the CSV format has one fewer entry at the end:

0x1209, 0xDA42, 64, 1, 0, 0, 0, "", 0x0000, -1

Expand Down

0 comments on commit 0dcc7db

Please sign in to comment.