FreeRTOS thread aware debugging on static RTOS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FreeRTOS thread aware debugging on static RTOS

835 Views
alannilsson
Contributor II

When using the static allocation version of FreeRTOS the task list in the debugging view does not populate.  Furthermore when configuring the the TAD machinery in freertos_tasks_c_additions.h there is not an option to select static when configuring the memory model.

The thread list does show the threads but nothing in the task list view

Is this not supported in the static mode of FreeRTOS?

 

 

0 Kudos
2 Replies

817 Views
alannilsson
Contributor II

The 'All-Stop' setting when setting up the launch config does not stick.  Delete all launch configs, create a new one and select 'All-Stop' -> does not work.  Stop debugging and open launch config properties and 'non-stop' is check marked.  Uncheck that and debug then it works.

This happens on both versions 10.2 & 11.1

In the end it is now working for me, case closed.

0 Kudos

826 Views
myke_predko
Senior Contributor III

@alannilsson ,

You don't say which device you're working with, but I have TAD working with FreeRTOS on Kinetis devices.  

The directions I used are from Tutorial: Using Runtime Statistics with Amazon FreeRTOS V10 by @ErichStyger 

Let me know how this works for you,

myke

0 Kudos