Troubleshooting bricked Discovery STM32H745I board
I tried flashing a project created for the STM32H745I-DISCO board in CubeMx. The only change I made was disable a few unused peripherals, enable memory caching. I set the clock speed for the M7 core to 480MHz and the M4 core speed to 240MHz. I added a couple of lines of code to blink the LD1 LED in the CM7 project and blink the LD2 LED in the CM4 project. Programming CM7 from IAR went ok and I was able to observe the LD1 LED blink, but once I programmed the CM4 core, the board stopped being recognized by IAR and the ST-Link utility. The ST-Link still works (the ST-Link utility can see its serial number and a USB mass storage device shows up in the file system when I connect the board to the USB port), but neither IAR nor ST-Link utility can recognize the target device (the MCU). The ST-Link utility says "Detection Failed" under "Target" on the Settings dialog. I checked my ST-Link utility setup by connecting an identical Discovery board to my computer, and it worked well. What can I do to troubleshoot my bricked Discovery board?
