I want to know about the default codes present on MSP430 mounted on booster kit.
Which is the C-program burnt on MSP430 in default from the example list provided on the CD.
When i burn the hex code present in CD, it works properly.
But when I try to compile the c-code present in the CD it gives me error saying:
#35 error# "You must define a board configuration: MDB1, MDB2, LAUNCHPAD, or GW0. In IAR this is done in Project Options : C/C++ Compiler : Preprocessor : Defined Symbols. In CCS this is done in Project Properties : Build : MSP430 Compiler : Advanced Options : Predefined Symbols."
What does it mean?
and how to resole it?
thanks.