Tool/software:
Hello everyone,
I'm currently debugging a TMS570 microcontroller using Trace32. I've set up all the necessary scripts, and the debugging process itself seems to be working fine. However, I'm encountering an issue where I can set breakpoints, watch variables, and modify them during debugging, but I'm not seeing any hardware output on the pins when I monitor them with an oscilloscope.
Interestingly, when I reset the power (disconnect Trace32 from the TMS570), the same firmware runs as expected, and I can observe the signal outputs on the pins.
I'd appreciate any insights or suggestions on what might be causing this issue and how to resolve it.
Thank you