Closed rw950431 closed 11 years ago
That is strange, I use MSPGCC and it has that but I'm under the general impression the headers used by MSPGCC were originally derived from CCS with TI's permission. Are you sure you have the chip set properly in the CCS project? Only thing I can think of offhand.
You're absolutely correct... I had the wrong chip set.. apologies..
Glad it's fixed! Closing
Tried to compile your demo programs but keep getting link errors.
The problem seems to be that all the spi_ functions are not compiled due being wrapped in
ifdef MSP430_HAS_USI
endif
which is not defined in my environment.
Am wondering if the missing MSP430_HAS_USI is because my board doesnt support it or if I need an extra library from somewhere?