Part Number: MSP-EXP430F5529
Experiment Board with preloaded User Experience code worked fine.
Imported the User Experience project for the Experimenter Board to a new Workspace - it now builds in Release mode, Debug was too big. Seems to load into the board, but won't run completely. The original code on board was erased, and replaced with my new build of the unmodified code.
I can single step through the code: starts with a blank LCD, then numerous steps later it turns on the LCD backlight, so it has the code at least up to a point. But when I run it at full speed - all I see is a blank LCD with the backlight on.
Power slide switch set to eZ & plug PC USB cable into the eZ USB (lower left of board) - is this correct?
Build gets no errors, but some suspicious warnings:
<Linking>
"../lnk_msp430f5529.cmd", line 126: warning: Linker command file has no
sections of type=VECT_INIT, but does contain .intXX sections. This file may
be out of date. Generating interrupt pointers for all .intXX sections. The
default handler provided in the RTS will be used if no other handler is
found. It is recommend that you update your linker command file to the
latest version.
warning: creating output section ".data" without a SECTIONS specification
If I build the Target only - get an error - gmake: *** No rule to make target 'MSP430F5529-Exp-Board'
I'm missing a step or two somewhere - any ideas?