Hi there,
My currently setup is STM32L476 with J-link EDU 8connected without SWO pin, next board version) would have it.
Since now I have been developing with ozone without problems.
Now I'm using freeRTOS and I would like to see/debug my tasks using system viewer.
There is very little information on how to use it with ST microcontrolles, but I've started with the System Viwer Manual and found the first problem:
at main I have added:
and inside main()
before creating the freeRTOS task and before running freeRTOS
but after that, when I run it, it gets stuck at port.c (freeRTOS folder) line 752:
What I'm missing?
Is mandatory to have the SWO pin connected?
does anyone knows a guide or tutorial for ST mcus?
Thanks,
My currently setup is STM32L476 with J-link EDU 8connected without SWO pin, next board version) would have it.
Since now I have been developing with ozone without problems.
Now I'm using freeRTOS and I would like to see/debug my tasks using system viewer.
There is very little information on how to use it with ST microcontrolles, but I've started with the System Viwer Manual and found the first problem:
at main I have added:
and inside main()
before creating the freeRTOS task and before running freeRTOS
but after that, when I run it, it gets stuck at port.c (freeRTOS folder) line 752:
What I'm missing?
Is mandatory to have the SWO pin connected?
does anyone knows a guide or tutorial for ST mcus?
Thanks,