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!