We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Good morning, I am trying to debug an STM32H573II with ETM, but I cannot get it to enter that mode.Debugging without trace with SWD works correctly. I have used this environment: - uVision 5.42- ARM Compiler 6.21- STM32CubeMx 6.14.1 I have performed the following checks:- MCU Non_Secure mode. Avoid conflicts.- Enter debug mode with SWD.- Verified pinout.- Checked that JTrace - CortexM works ETM with other MCUs (STM32H7, STM32F4, tested)- Generate an empty project with STM32CubeMx, just to enter debug mode with trace The JTrace log indicates a problem with the reset, but there is no problem if I debug with SWD and SWD+SWO. Can you help me, please?Has anyone had problems with any H5?