This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

EVENT RECORD to FreeRTOS information

Hi, guys!

I am working with Keil 5.21, NXP MIMXRT1064 and FREERTOS 10.2 whit Ulinkpro.

I would like to use EVENT RECORD, System Analyser and (Watch) FreeRTOS RTOS .

I would like to improve this information about FreeRTOS system.

I know that my system have more 10 tasks, 

The images below do not show all information about my system and its events also.

   

Who can help me to improve Freertos information or other means?


I would also like to know if information is being sent to UVSOCK (TCP / IP) port 4823.
How can I view this information?

Thanks for your attetion!

Best regards,
Rogerio
Parents
  • Hi Rogerio,

    "Task Count" property is a direct representation of the uxCurrentNumberOfTasks variable residing in file tasks.c. I would suggest that you check the value of this variable and figure out, why the value was not increased (meaning, why the tasks were not created).

Reply
  • Hi Rogerio,

    "Task Count" property is a direct representation of the uxCurrentNumberOfTasks variable residing in file tasks.c. I would suggest that you check the value of this variable and figure out, why the value was not increased (meaning, why the tasks were not created).

Children
No data