2023-09-07 12:24 PM
I see this: (on NUCLEO-H563ZI board)
JTAG chain detection found 2 devices:
#0 Id: 0x6BA00477, IRLen: 04, CoreSight JTAG-DP
#1 Id: 0x06484041, IRLen: 05, Unknown device
What is the device #1 ?
2023-09-07 3:41 PM
Dear @mete ,
Indeed, Most of STM32F MCUs integrate two serially connected JTAG TAPs, the boundary scan TAP (IR is 5-bit wide) and the Cortex-M3/4/M7/M33 TAP (IR is 4-bit wide).
For debug the boundary scan tap should be put in bypass mode and vis versa in case if boundary scan of I/O is used the cortex TAP one ( 4-bit wide) .
Ciao ,
STOne-32