Cant upload in PlatformIO and NUCLEO-H755 board is suddenly not detected in stm32CubeProgrammer
Im using NUCLEO-H755ZI-Q. I used it together with plattformio and arduino framework. In order to get arduino to work im using this setup:
[env:nucleo_h743zi]
platform = ststm32
board = nucleo_h743zi
framework = arduino
monitor_speed = 115200
Error: init mode failed (unable to connect to the target)
As well as the board is not connected stm32CubeProgrammer.
I have two possible scenarios what has happened.
1) since I have soldered the headers I have burned some component on the board. But maybe not so likely since it first worked and then stopped working
2) something has happened with the communication after using "wrong" but working board for uploading nucleo_h743zi.
Are there any way of factory reset my board NUCLEO-H755ZI-Q in order to try to resolve what is wrong or any other recommendation? I have of course tried to reset with the reset button. But still the led is red.
Thanks
