My MCU (STM32H750B-DK) used to work normally but now the IDE shows error when I try to debug or communicate with it.
After using the MCU with no problem for weeks, i was trying to test a FDCAN application together with a raspberry pi, after that day, it's been having problems, it fails to connect to cube programmer, and it fails to run code that used to work perfectly.
Details about the errors I get:
I get different errors on different situations:
"no ST-link detected, Please connect ..."
If I change the debug configuration Reset behaviour I get:
"Failed to start GDB server, no device found on target"
If I try to connect from STMcubeProgrammer it can't unless I follow these steps:
turn the MCU on while pressing reset,
close the window that prompts in my screen showing the contents,
Click connect,
Release RESET.
This allows me to MASS erase.
I go back to the IDE and it allows me to upload code to debug but it shows this warning:
"Break at address "0xfffffffe" with no debug information available, or outside of program code."
if I click "open disassembly" it goes to this line:
"080002dc: bl 0x8000a18 <HAL_Init>"
After this, if I try to do "step over" or any other instruction or upload more code, it fails again (no ST-link detected).
I have tried changing the debug configuration, and reinstalling the IDE.
