Hello!
Yesterday, I received a "Segger Jlink Edu Mini" debug probe. This is supposed to be compatible with all 3.3V ARM Cortex processors. It supports JTAG and SWD protocols. Or so they say...
Has anybody got SWD debugging working with the Teensy micromod?
When I try the connect command in the jlink software, it says:
-------------- snip -----------------
Type "connect" to establish a target connection, '?' for help
J-Link>connect
Please specify device / core. <Default>: MIMXRT1062XXX6B
Type '?' for selection dialog
Device>
Please specify target interface:
J) JTAG (Default)
S) SWD
T) cJTAG
TIF>S
Specify target interface speed [kHz]. <Default>: 4000 kHz
Speed>
Device "MIMXRT1062XXX6B" selected.
Connecting to target via SWD
InitTarget() start
InitTarget() end - Took 102ms
Failed to attach to CPU. Trying connect under reset.
InitTarget() start
InitTarget() end - Took 107ms
Error occurred: Could not connect to the target device.
For troubleshooting steps visit: https://kb.segger.com/J-Link_Troubleshooting
---------------------- endsnip ----------------------
I know that the micromod teensy still has the boot processor... could there be something I have to do to disable it?
Yesterday, I received a "Segger Jlink Edu Mini" debug probe. This is supposed to be compatible with all 3.3V ARM Cortex processors. It supports JTAG and SWD protocols. Or so they say...
Has anybody got SWD debugging working with the Teensy micromod?
When I try the connect command in the jlink software, it says:
-------------- snip -----------------
Type "connect" to establish a target connection, '?' for help
J-Link>connect
Please specify device / core. <Default>: MIMXRT1062XXX6B
Type '?' for selection dialog
Device>
Please specify target interface:
J) JTAG (Default)
S) SWD
T) cJTAG
TIF>S
Specify target interface speed [kHz]. <Default>: 4000 kHz
Speed>
Device "MIMXRT1062XXX6B" selected.
Connecting to target via SWD
InitTarget() start
InitTarget() end - Took 102ms
Failed to attach to CPU. Trying connect under reset.
InitTarget() start
InitTarget() end - Took 107ms
Error occurred: Could not connect to the target device.
For troubleshooting steps visit: https://kb.segger.com/J-Link_Troubleshooting
---------------------- endsnip ----------------------
I know that the micromod teensy still has the boot processor... could there be something I have to do to disable it?