Sterling
DIIDevHeads IoT Integration Server
•Created by Sterling on 6/21/2024 in #middleware-and-os
What are the benefits of using 64 priority levels in ThreadX with CMSIS-RTOS?
Good day everyone, I am trying to use ThreadX with CMSIS RTOS in a project. The
cmsis_os2.c
file specifies a maximum priority level of 64, but I want to optimize RAM usage by limiting it to 32. What are the benefits of using 64 priority levels in ThreadX with CMSIS-RTOS?
Moreover, would there be an issue implementing only 32 priorities instead?
Here's the code guys:
@Middleware & OS4 replies