Other Parts Discussed in Thread: C2000WARE
Hi Champ,
I see the f28004x_sysctrl.c file which under " C2000Ware_3_01_00_00\device_support\f28004x\common\source" folder has following code:
after ClkCfgRegs.SYSPLLCTL1.bit.PLLEN = 0, just 33 cycles delay.
But from the TRM ,At least 60 CPU clock cycles delay is needed after PLL is powered down,
Could you advise 33 cycles is reasonable or not?
It is seems the IsPLLValid(Uint16 oscSource, Uint16 imult, Uint16 fmult) function didn't implement DCC: Single-Shot-Mode Operation May End Prematurely workaround? could you advise my understanding is correct or not?