Task name support

Note: This was originally posted on 27th February 2013 at http://forums.arm.com

Hi,

Is there any task name support in CMSIS-RTOS?
I need some way of calling the RTOS specific API function in my osThreadCreate() implementation which requires task name as a parameter. For task-aware debugging this is very useful.
Parents
  • Note: This was originally posted on 7th March 2013 at http://forums.arm.com

    Note: in most debuggers it is actually possible to obtain the symbol information. Having debug information along with the address of the thread function allows you to retrieve the thread name - so not need to store it in the image as ASCII text.
Reply
  • Note: This was originally posted on 7th March 2013 at http://forums.arm.com

    Note: in most debuggers it is actually possible to obtain the symbol information. Having debug information along with the address of the thread function allows you to retrieve the thread name - so not need to store it in the image as ASCII text.
Children
No data
More questions in this forum