STM32H753 Custom Board – "Unable to get Core ID" After Flash Erase in CubeProgrammer
Hey everyone,
I'm working on a custom board based on the STM32H753 MCU. I successfully programmed it using STM32CubeIDE initially, but ran into an issue when trying to re-flash it — I got the error:
"Unable to erase flash memory to reprogram it"
To work around this, I connected to the board using STM32CubeProgrammer and performed a full chip erase using the following settings (details below). I clicked Apply, and the flash erase appeared successful.

After erasing, I’m no longer able to connect to the board via either Cube IDE or Cube Programmer. I now get:
"Unable to get the core ID"

Debug Interface: ST-Link external
Board was connecting and programming before the flash erase
Now completely unresponsive via SWD.
Does full flash erase wipe the area that contains the boot/configuration code, preventing debug access?
What hardware signals should I verify?
Is there a way to force the MCU into a recoverable mode
I will also share the schematics

Note:
This is not exactly the same as my previous post where the MCU was never detected at sudden. In this case, it was working, but the issue started after a successful erase
