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.

TMS320F280049C: C2000Ware v4 uses 24 cycles instead of 60 cycles for PLL turn off

Part Number: TMS320F280049C
Other Parts Discussed in Thread: C2000WARE

Hello,

Per the datasheet (and the related question), the software should wait 60 cycles after the PLL is powered down.  C2000ware version 4.01 seems to use:

SysCtl_delay(3U);

According to the description of that macro, this means it will wait for 24 cycles only instead of 60 as mentioned in the TRM, is that an error of the source code or the TRM?

Thanks!