Other Parts Discussed in Thread: MSP430WARE
Tool/software: Code Composer Studio
I make a small application interfacing an MSP430G2230 through I2C communication.
I get 74 errors when I try to build the application due to unidentified items in TI_USCI_I2C_master.c code?
My TI_USCI_I2C_master.h contains:
#ifndef USCI_LIB
#define USCI_LIB
Where is this defined?
Has somebody experience in this matter?