I see in your project:
- OsScheduleTableExpiryPoint3 is setup every 7500 ticks based on the counter of the Schedule Table:

- TaskCnt is setup in this expired point, so it should be called every 7500 ticks

- The OsAlarm_C is setting up incorrectly:

It's because Os_AlarmC is assigned to both TRUSTED_APP and TASK_APP, and only one application should be chosen:
