This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1352R: Execute task every few hours

Part Number: CC1352R


Hi,

I would like to execute a task once every few hours. However, if I am not mistaken, the uint width of the parameters for Task_sleep and the Clock library do not allow for such long periods of time.

((2^31 * Clock_tickPeriod) / 1000000 / 3600 = 5.9 hours), meaning that that is the limit?

What is the usual way to tackle this?