As the title says, swd2jtag fails. I captured the waveform and found that jlink sent the command of Switching from SWD to JTAG operation: 0x3CE7, but my cortex-m55 does not support this switching command. It only supports switching in dormant operation mode, so the command is not responded. jlink reports an error after judging that TDO is always high. Here, the dormant switching mode should be added and tried again, and then an error is reported again. In fact, when jtag switches to swd, after the 0x79E7 command fails, jlink will send the dormant switching sequence to try to connect again. I hope that dormant switching support will also be added when swd switches to jtag. Thank you

//The following is the waveform file captured by the logic analyzer. You can use Dsview software to open and view it.
Download address: https://www.dreamsourcelab.com/download/
cortex-m55-swd2jtag-FAILED.7z
//The following is the waveform file captured by the logic analyzer. You can use Dsview software to open and view it.
Download address: https://www.dreamsourcelab.com/download/
cortex-m55-swd2jtag-FAILED.7z
The post was edited 1 time, last by Eclipse ().