ST-Link on Nucleo-H743ZI2 to be converted to J-Link in order to use with vscode
Hello,
Please correct if I am wrong.
I have a nucleo-H743ZI2, with on board ST-Link debugger, which firmware has been update to V3 when plugged in.
My goal is to use vscode IDE under linux, although creating the basic sources files using the STMcubeMX with makefile output.
It nearly all go well, along with the STMcubeprogrammer cli, i can create in vscode, a task to clean, build and flash to the nucleo-h743zi2.
However, debugin in vscode is missing.
I have installed the cortex-debug extension, I have also installed on the same PC, STMcubeIDE (which installed armToolchainPath (ie arm-none-eabi-gdb etc.), but I cannot find any debugger task options to use the ST-link server in vscode.
Therefore, I was planning to convert my ST-Link on board firmware to J-link using the J-Link reflash tool available online. But, by reading some posts, the reflash tool does not recognises ST-link V3 because the nucleo-h743zi2 has the appropriate j-link connector fitted, therefore a physical J-link probe can be used, but NOT the USB ST-Link converted to J-Link.
My question, is there a way to downgrade my ST-link V3 to V2, to then convert it into J-link? to then be able to use the j-link server in vscode task?
if yes... how ?
Note, on the same PC, using STMCubeIDE, and STMcubeMX to generate the code, I can clean, build, flash and debug, using the ST-link V3.
Thanks
