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.

Link problem for FLashing LEDs on CCS4 with 28335 Experimenter board

Other Parts Discussed in Thread: MSP430F2272, TMS320F28335

History:

Installed CC3 from CD and upgraded to CC4 (4.1.1.00014)

Successfully built FlashingLEDs for MSP430F2272 and ran it on my MSP430 based board using MSP-FET430UIF to download.

Now I am changing to the TI docking station (experimenter) with the Delfino (TMS320F28335) and trying to run the Flashing LEDs test program on that.  The Flashing LEDs components seem to compile OK (FlashingLeds-Main.c, FlashingLeds-ISR.asm, FlashingLeds-DevInit_F2833x.c), but the link kicks out on 10 or 12 "undefined symbols" of the form: _CpuTimer0Regs, _CpuTimer1Regs, _EPwm1Regs...  all in FlashingLeds-Main.obj

It looks like CpuTimer0Regs is defined OK, but for some reason it is also showing up with the leading underscore.

Thanks for any and all help on this!

Joe Petty