(02-28-2018, 11:19 AM)xalius Wrote: Hi, are you planning on debugging bare metal A53 applications, or low level firmware stuff? I don't see the rest of the JTAG pins in the pinmux tables either, and when further reading the RK3328 user manual it seems it's not really JTAG but SWDIO they support with JTAG emulated by the DAP SWJ-DP IP block, which is indeed only a two pin interface described in chapter 11...
Hi Xalius,
I always end up needing JTAG to fix those intermittent, timing-related, bugs. In looking at the RK3328 TRM I also saw the reference to the CoreSight DAP (Debug Access Port) module that is part of the RK3328. As you say, it supports both SWD (Serial Wire Debug) and JTAG, but the RK3328 might not expose the extra JTAG pins. I'm becoming a little suspicious of the claim that the RK3328 dev board supports JTAG. I may ask RockChip if this is just a cut-and-paste error from documentation of another SoC.
I have a Lauterbach so JTAG would be convenient, but I saw that Segger offers a JTAG/SWD product that looks like it would do the same thing. I'm just not familiar with the SWD interface. I guess it can't be too different. If you have further insights please let me know.
Thanks,
Tom
Update: It looks like the Segger J-Link DOES NOT support the Cortex A53. They apparently plan to but only on the Ultra+ model (which is out my price range).