FreeRTOS Thread Debugging with SW4STM32
Nevermind, just got it working!
My workspace was some sort of broken, so I was not able to use local scripts, after crating a new workspace I got it debugging thru the local .cfg file
then just added
const int attributeused uxTopUsedPriority = configMAX_PRIORITIES;
to my source code
and
$_TARGETNAME configure -rtos FreeRTOS
to the .cfg and Its running (is important to add it after the inclusion of the "source find target/stm32f1x_stlink.cfg" line)
Thanks folks😀