/
Interface with RTOS
Interface with RTOS
µC/Clk requires the presence of a Real Time Operating System (RTOS) if an External timestamp is not used. An RTOS abstraction layer is also needed allowing µC/Clk to be independent of a specific. KAL is a kernel abstraction layer employed by Micrium products to interact with the RTOS used. It can be found in the µC/Common directory. The KAL API is presented in the kal.h
file. KAL comes with µC/OS-II and µC/OS-III ports. If a different RTOS is used, a new kal.c
file must be develop to match the generic KAL API to the corresponding RTOS functionalities.
, multiple selections available,
Related content
KAL User Manual
KAL User Manual
More like this
µC/Common Release Notes
µC/Common Release Notes
More like this
uC-OS-III
uC-OS-III
More like this
Micrium µC/ Documentation Home
Micrium µC/ Documentation Home
More like this
User Manual
User Manual
More like this
KAL_Init
KAL_Init
More like this