2019-10-08 04:25 AM
Hello,
is it possible to run debug session by connecting to already running ST-LINK GDB server in STM32CubeIDE? The gdb server is executed by this command: ST-LINK_gdbserver.exe and "-c config.txt" parameters, where the content of "cinfig.txt" file is:
I receive this error message:
My debug configuration:
Is it possible to enable SVW trace?
P.S.
Board - STM32F4-DISCOVERY,
SWO pin of SWD connector is connected to PB3 and debug session with "Autostart GDB server" is running without problems.