spirilis / msprf24

nRF24L01+ Library for MSP430 microcontroller line
ISC License
102 stars 32 forks source link

link errors CCS5.3 + MSP430G2231 #7

Closed rw950431 closed 11 years ago

rw950431 commented 11 years ago

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?

spirilis commented 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.

rw950431 commented 11 years ago

You're absolutely correct... I had the wrong chip set.. apologies..

spirilis commented 11 years ago

Glad it's fixed! Closing