Stm32h747 cm4 jtag debug problem with iar & ijet
Hello I'm working on stm32h747 dualcore with iar & ijet with mipi-10 connector.
I have a problem in CM4 jtag debug
When I try to debug the CM7 project. It always works fine. Jtag and SWD all works.
And if i try to debug the CM4 with SWD method, it works fine too.
But, if I try to debug CM4 project, error comes out.
Success settings are:
- Cm7/Swd/auto
- Cm7/jtag/explict tap id=0,core no=0
- Cm4/Swd auto
Failed setting is :
- Cm4/jtag/explicit tap id=0,core no=1
When i try to debug cm4 with failed setting, Debug log said that cm7 at port 0, cm4 is at port3, but try to attach port1. and debug stopped with error.
I think, if i change cm4 dap port number port 0 to port 3, I could debug cm4.
Any advise?
