Reference for CMSIS-RTOS2 document translation (Introduction to RTX5-specific APIs)

RTX5 specific API

This section describes the CMSIS-RTOS RTX5 details. More...

content

  Macros
  RTX5 macro definition.
 
  Structs
  RTX5 structure.
 
  Functions
  RTX5 function.
 
  Event functions
  RTX5 event logger function.
 

describe

The RTX5 core can be customized according to different application requirements:

  • If you are relying on the lowest possible power consumption, you will need to tune the osRtxIdleThread function to send the system into sleep mode as often as possible. Also, use the tickless low-power functions osKernelSuspend and osKernelResume to suspend the scheduler and stop the SysTick timer.
  • If you are trying to find runtime errors, use the function osRtxErrorNotify to debug the errors.

The RTX5 interfaces with an event recorder to provide event information to help you understand and analyze operations. For more information, see Event Features.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325569705&siteId=291194637