Hi,
I am trying to use probe-rs.
When I run probe-rs list, I can see a jlink connection listed as below.
[0]: J-Link -- 1366:0105:000720762184 (J-Link)
But if I run below command to flash my rust binary,
probe-rs run --chip LPC55S69JBD100 --speed 1000 target/thumbv8m.main-none-eabihf/debug/lpc55s69
I got following error.
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.01s
Running `probe-rs run --chip LPC55S69JBD100 --speed 1000 target/thumbv8m.main-none-eabihf/debug/lpc55s69`
Error: Connecting to the chip was unsuccessful.
Caused by:
0: An ARM specific error occurred.
1: Error using access port FullyQualifiedApAddress { dp: Default, ap: V1(0) }.
2: Failed to read register DRW at address 0xd0c
3: An error occurred in the communication with an access port or debug port.
4: Target device responded with a FAULT response to the request.
But I can use my MCUxpression jlink debugger w/o any issues.
How can I use probe-rs with LPC55S69 EVK?