Is there any mechanism to be able to define a task on Z-stack (CC2538) that would be processed at a specific time of a day? As an example, at 10:30, set GPIO PC2 = 1; at 13:47, set GPIO PC2 = 0? I use OSAL_CLOCK to store and update the time information, the task is not time critical and can have couple seconds tolerance.
If there is no such mechanism on the Z-Stack (or related APIs), has anyone done something similar to suggest me what could be an efficient way to define an interrupt to perform the task?