Part Number: TMS320F28388D
Hi all,
According to the clock tree showed in below, CPU1/2/CM core could possess the same clock source , e.g. SYSCLK。
However, time synchronization is nessary between CPU1/2 and CM, even though they have common time reference.
For example, CPU1 uses Timer0_CPU1 as its time base of scheduling task of 10ms, and CM also uses Timer0_CM as its time base of scheduling task of 10ms.
Because the start time of Timer0_CPU1 and Timer0_CM maybe not the same(it's difficult to achieve this.), so the time of periodical interrupt of Timer0_CPU1 and Timer0_CM could be not the same.
On the other condition, the clock interval may be inaccuracy and the clock interval maybe different between CPU1/2 and CM,so the time reference could change a bit with the passage of time.
Based on the reasons mentioned above, maybe the time synchronization is needed for time-critical occasions.
So how to do with time synchronization between CPU1/2 and CM?Do you have any recommended scenarios?
Thanks alot!
QL