25-11-2024, 08:24 PM
Hi,
I'm working with the STM32H5 with ST-Link.
At home I use Embitz but at the job it's VSCode
Just to let you know, we had a lot of problem connecting to the STM32H5.
now it is fixed..
Did you connect the pin JTDO-SWO to the CPU
and
# Access port number required to debug on STM32H5 devices (port 0 will not work)
set AP_NUM 1
I hope this might help
I'm working with the STM32H5 with ST-Link.
At home I use Embitz but at the job it's VSCode
Just to let you know, we had a lot of problem connecting to the STM32H5.
now it is fixed..
Did you connect the pin JTDO-SWO to the CPU
and
# Access port number required to debug on STM32H5 devices (port 0 will not work)
set AP_NUM 1
I hope this might help