no stm32 target found! if your product embeds debug authentication, please perform a discovery using debug authentication on STM32H755
Hello ST Community,
Following your suggestion @Onizuka09, I developed a software program as per the example STM32H753_SecureMem_ExampleV1.1.
After updating the software, I noticed that the part for printing strings via UART (printf) was missing, but it had already been downloaded to the MCU and the software was started. After correcting the code for the printf prints, I no longer want to connect via ST-LINK to download the software to the MCU.
So, I try connecting with the STM32CubeProgrammer to attempt to erase all the flash memory. This popup appears:

Even if I change modes such as "Under Reset" and "Core Reset," this popup appears:

I'm afraid that when the software started, even without seeing the strings in printf via UART, it may have set some security parameters, or option bytes, or disabled Boot for CM7 and CM4.
The software had an option that allowed you to reset those parameters and return to the ST-LINK connection mode without any problems.
So, is there a way to connect to the STM32CubePRogrammer and reset the above parameters to default?
I also tried entering the bootloader by setting VDD for boot0 to high, but the bootloader doesn't activate.
Any ideas for resetting everything?
Thanks for your valuable support.
