The LED of the STLINK-V3 on NUCLEO-H755ZI-Q Board Keeps Red
Hello, I am a high school student and also a fan of STM32. I encountered the problem in the title, and the following texts are how things happened.

I bought this NUCLEO-144 board, and suddenly found the clock speed generated by the STLINK is too slow. So, I put a 24MHz crystal oscillator on the board, correctly soldered the crystal with its compatible load capacitors, and all the SBs are correctly mounted or removed according to the datasheet of this board.
After that, I used CubeMX to generate proper code lines that initialize the crystal, RCC and GPIO. The code just worked fine as intended, and I get a perfect 24MHz sinusoidal wave from the oscilloscope after putting the probe on the HSE pins of the chip.
But after I disconnected the power supply and reconnected it the second day, I found that the board is dead. The code I uploaded yesterday malfunctioned; LD4 on the board, which shows how the STLINK is working, is always red; I could detect the STLINK device from Windows Device Manager, STM32CubeIDE, and Keil μVision 5, but once I try to load any code to the board, the IDE will pop up a window noticing “Failed to start GDB Server” and the console said “No device found on target.”





I’ m confused. Then, I used another USB cable, but nothing changed; I tried to remove the crystal and replace those SBs to get the 8MHz clock from the STLINK again, but the problem is still even though the waveform from the STLINK normally. Also, I measured the supply voltages, regenerated the code, replaced the crystal, upgraded the firmware of the STLINK, and almost done everything I could came up with to remove potential issues. However, this problem remains while everything else looks fine.
Therefore, I heard someone said this situation is caused by broken firmware of the STLINK, or the STM32H755 just burn out. I never used the USB OTG port, LAN port, or overloading the supply voltages, and I want to ask if there is a way to recover. I could remove and solder a new STM32F723 chip for the STLINK, or flash a new firmware to it. I hope that the chips are not totally dead.
Thanks.
