NXP MCU-Link
MCU-Link Debug Probe
Vendor: NXP Semiconductors
The MCU-Link Debug Probe is a CMSIS-DAP compatible debug probe that also provides a UART to USB CDC interface.
Example: Use NXP MCU-Link Debug Probe as a UART interface to interact with DUT.
- command: uartCfg UART2 115200
id: "0x0143:0x1fc9"
send: "get_adc_val 0\r\n"
expect: "val: "
extract: "val: (.*)\r\n"
extractKey: ADC_VAL
See also