The format of the task functions for RTOS is almost the same in the CA78K0 and CC-RL.
The format of the CA78K0 is as follows.
The format of the CC-RL is as follows.
Task function names can be omitted in the format of the CA78K0 and so the CA78K0 has a facility that prevents the user from defining ext_tsk which is used by the task functions for RTOS. Since the same facility is not available in the CC-RL, if the task function name is omitted, the CcnvCA78K0 outputs a message and comments out the #pragma directive. |