Part Number: CC2538
Hello,
I am reading the user manual related to the MAC timer for the cc2538 radio and I am having difficulties in understanding some of the operations provided.
I am mainly interested in the timer-compare and counter-overflow-compare modes, since I want to use them to schedule TX/RX operations through CSP commands.
My doubts concern the period of the timer when the two operations above are used.
By reading the manual I understood that:
1. the timer consists of a 24bit overflow counter and a 16bit timer counter.
2. The timer counter is updated by 1 at every clock cycle, which ticks at system clock (32MHz, giving a precision of 31.25ns)
It is also reported that the overflow counter is incremented whenever the period set has elapsed, but I am not sure what period it is referring to since I am using a compare operation.
Is the period simply the maximum achievable delta time giving the 16bit wide timer counter and the 31.25ns precision, which should be roughly 2.0479ms ?
I really thank you for your attention.
Best regards