Capturing SWV data stream from GDB
I've got SWV output showing within the STM32CubeIDE. I would now like to be able to capture this output from the command line using gdb. Is there any documentation on how to activate the SWV in gdb?
I've tried using:
monitor swo enable 4500000 decode 0
But that just gets "Protocol error with Rcmd".
