SparkFun Forums 

Where electronics enthusiasts find answers.

Open source ARM Debugger
By manky_dog
#195250
I have two stm32F7 processors which have a daisy chained JTAG connection.
I need to communicate to the two processors separately, how can I uniquely identify the processors from each other?

When running scan_chain, the two processors are listed but have the identical IdCode, see below.

> scan_chain
TapName Enabled IdCode Expected IrLen IrCap IrMask
-- ------------------- -------- ---------- ---------- ----- ----- ------
0 stm32f7x.cpu Y 0x5ba00477 0x5ba00477 4 0x01 0x0f
1 stm32f7x.bs Y 0x06449041 0x00000000 5 0x01 0x03
2 auto0.tap Y 0x5ba00477 0x00000000 4 0x01 0x03
3 auto1.tap Y 0x06449041 0x00000000 5 0x01 0x03


Cheers