Loading...
 
Skip to main content

System Workbench for STM32


FreeRTOS aware debugging

I've found out the issue; the setup doesn't behave well before the RTOS scheduler is started (i.e. in main). I've modified gdb to halt at the first task and not at main and now it's working. Can openOCD work before the scheduler is started?