I need to test the JTAG connection of a STM32F303R8, w/o doing any reset.
At the moment I do following:
Source:
init.jlink:
stm.jlink:
JLINK tries to connect twice, first w/o reset (fine for me), then doing reset and trying again (I'd like to remove that part):
Display All
How to connect without the second connection attempt?
At the moment I do following:
init.jlink:
stm.jlink:
JLINK tries to connect twice, first w/o reset (fine for me), then doing reset and trying again (I'd like to remove that part):
Source Code
- Connecting to target via JTAG
- ConfigTargetSettings() start
- ConfigTargetSettings() end - Took 1us
- InitTarget() start
- InitTarget() end - Took 0us
- Could not measure total IR len. TDO is constant high.
- Failed to identify target. Resetting via Reset pin and trying again.
- ConfigTargetSettings() start
- ConfigTargetSettings() end - Took 6us
- InitTarget() start
- InitTarget() end - Took 1us
- Could not measure total IR len. TDO is constant high.
- Cannot connect to target.
- J-Link>exit