Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE
the example builds and loads but never gets past this point
//
// Wait for the SYSPLL lock counter
//
while(ClkCfgRegs.SYSPLLSTS.bit.LOCKS != 1)
I just finished updating my CCS to
Code Composer Studio
Version: 11.2.0.00007
and I just finished installing C2000Ware v4.01.00.00
my target hardware is LaunchPadXL 28379D Ver 2.0
I've selected build config LAUNCHPAD_RAM, but frankly none of the build selects matter, it never gets past this point.
Ultimately in my application I need to use external crystal for time accuracy and will need to load into and run from flash, but first we need an accurate clock.


