This example showed me that LPM3 and the basic timer work correctly on my chip. I worked backwards from this sample and realized that I forgot to rename my "__low_level_init" (IAR) function to "_system_pre_init" (CCS). My "_system_pre_init" function is responsible for initializing "FLL_CTL0", which is critical to the basic timer. Thank you very much, Ryan!
↧