Why can STN32CubeIDE not find the ST-Link but STM32CubeProgrammer can?
I am trying to debug some proof of concept code on a STM32F746 Discovery but STM32CubeIDE throws a "No ST-LINK detected" error. However the STM32CubeProgrammer can access it fine after the firmware on the ST-Link part of the board was updated.
I have also tried using stlink-server. Again STM32CubeProgrammer works fine but STM32CubeIDE then shows a "Failed to start GDB server" error and at the same time stlink-server shows:
Info : STLINKV2-1 v2J40M27, PID 0x374B
Error: ERROR: recv failed. error = 104
I'm running out of ideas and most stuff I am finding about issues seem to be to do with Windows drivers whereas I am running Linux Mint.
