How it is possible to use GDB with FreeRTOS support?
Hello!
I need to debug multiple tasks but when I try to enable FreeRTOS support (Debug configurations/Debug/Enable RTOS proxy/FreeRTOS+ARM_CM7) I can't connect to my MCU (STM32H743) with a message box saying "Could not verify ST device" while console says "Failed reading: xList.pxNext Update threads. Failed collecting threads. Lost connection to GDB Client Proxy stopped."
I was able to connect once with OpenOCD but then it fails also with errors in console: "OpenOCD Info : New GDB Connection: 1, Target STM32H743IITx.cm7, state: halted Error: Failed to read memory at 0x79280480 Warn : negative acknowledgment, but no packet pending"
How it is possible to debug multiple tasks?
Regular firmware download and debug without FreeRTOS proxy works perfectly.
STM32CubeIDE Version: 1.9.0 Build: 12015_20220302_0855 (UTC)