Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Task name support
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2721 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
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
Task name support
Paul Bivol
over 12 years ago
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
Reinhard Keil
over 12 years ago
Note: This was originally posted on 7th March 2013 at
http://forums.arm.com
osThreadCreate gets a pointer to osThreadDef_t, which defines the Thread function. osThreadDef_t may be changed to store also the name of the Thread function as ASCII. In this way you can pass the function name to the underlying RTOS.
Cancel
Vote up
0
Vote down
Cancel
Reply
Reinhard Keil
over 12 years ago
Note: This was originally posted on 7th March 2013 at
http://forums.arm.com
osThreadCreate gets a pointer to osThreadDef_t, which defines the Thread function. osThreadDef_t may be changed to store also the name of the Thread function as ASCII. In this way you can pass the function name to the underlying RTOS.
Cancel
Vote up
0
Vote down
Cancel
Children
No data