Hi Everyone,
We are trying to determine the right frequency at which the timebase is updated.
According to the reference manual the core timebase frequency is calculated as follows :
Timebase clock = (platform_clock/16) / TBCLKDIVR
in our case :
- Platform clock is 600 Mhz
- RCPM_PCTBCKSELR is 0 -> Core Timebase is clocked with Platform Clock /16
- TBCLKDIVR is 0x2 -> 1/8
so our timebase frequency should be : 600/(16*8) = 4.6875 Mhz
but when measuring with the logic analyzer we get a timebase frequency of 50Mhz.
I would like to confirm if I a calculated the right frequency or if I missed something,
thank you