NUCLO-H755ZI-Q Unable to debug CM4
Hi community,
I build and program both CM without error and debugger configuration as in the AN5361 .
The Nucleo- runs with maximum frequency 480 MHz, and Power supply:
HAL_PWREx_ConfigSupply(PWR_SMPS_2V5_SUPPLIES_LDO);
__HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE2);
I am debugging the CM7 however I'm not able to debug CM4 and have this error :
Starting server with the following options:
STMicroelectronics ST-LINK GDB server. Version 7.5.0
Copyright (c) 2023, STMicroelectronics. All rights reserved.
Starting server with the following options:
Persistent Mode : Disabled
Logging Level : 1
Listen Port Number : 61234
Status Refresh Delay : 15s
Verbose Mode : Disabled
SWD Debug : Enabled
Failed to read ROM table via AP 3
Error in initializing ST-LINK device.
Reason: Unknown. Please check power and cabling to target.
I've already tried with the advice of:
Unable to connect to STM32H7 devices - STMicroelectronics Community
can you help me?
