Research Article

SoftME: A Software-Based Memory Protection Approach for TEE System to Resist Physical Attacks

Table 3

Code sample of the task scheduler.

/ Create a task scheduler /
cre_cyc (taskid);
/ Implementation /
void task_scheduler (void)
irot_rdq (TASK_PRIORITY);
/ Activate the task scheduler /
sta_cyc (taskid);