This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F5358: Driverlib Support for MSP430F5358

Part Number: MSP430F5358
Other Parts Discussed in Thread: MSP430WARE

Hello,

This is Saumya. We are using MSP430F5358 in our project. Is the driverlib support is available for MSP430F5358 ?. I installed MSP430Ware and tried to import an i2c example project from MSP430Ware_3_80_13_03 -> driverlib -> examples -> MSP430F5xx_6xx -> eusci_b_i2c -> CCS -> eusci_i2c_ex2_masterRxSingle. And then i selected MSP430F5358 device by editing the project properties. But when i try to compile the project  it is showing compilation errors. Can you please help me to identify what i'm doing wrong here. I'm attaching the error log below.

#20 identifier "EUSCI_B_I2C_BYTE_COUNTER_INTERRUPT" is undefined eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 123 C/C++ Problem
#20 identifier "EUSCI_B_I2C_CLOCKSOURCE_SMCLK" is undefined eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 101 C/C++ Problem
#20 identifier "EUSCI_B_I2C_initMasterParam" is undefined eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 100 C/C++ Problem
#20 identifier "EUSCI_B_I2C_RECEIVE_INTERRUPT0" is undefined eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 122 C/C++ Problem
#20 identifier "EUSCI_B_I2C_RECEIVE_MODE" is undefined eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 115 C/C++ Problem
#20 identifier "EUSCI_B_I2C_SEND_STOP_AUTOMATICALLY_ON_BYTECOUNT_THRESHOLD" is undefined eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 105 C/C++ Problem
#20 identifier "EUSCI_B_I2C_SET_DATA_RATE_400KBPS" is undefined eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 103 C/C++ Problem
#20 identifier "EUSCI_B0_BASE" is undefined eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 106 C/C++ Problem
gmake: *** [eusci_b_i2c_ex2_masterRxSingle.obj] Error 1 eusci_b_i2c_ex2_masterRxSingle C/C++ Problem
gmake: Target 'all' not remade because of errors. eusci_b_i2c_ex2_masterRxSingle C/C++ Problem
<a href="file:/home/sonu/ti/ccs1031/ccs/tools/compiler/dmed/HTML/225.html">#225-D</a>  function "EUSCI_B_I2C_clearInterrupt" declared implicitly eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 121 C/C++ Problem
<a href="file:/home/sonu/ti/ccs1031/ccs/tools/compiler/dmed/HTML/225.html">#225-D</a>  function "EUSCI_B_I2C_enable" declared implicitly eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 119 C/C++ Problem
<a href="file:/home/sonu/ti/ccs1031/ccs/tools/compiler/dmed/HTML/225.html">#225-D</a>  function "EUSCI_B_I2C_initMaster" declared implicitly eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 106 C/C++ Problem
<a href="file:/home/sonu/ti/ccs1031/ccs/tools/compiler/dmed/HTML/225.html">#225-D</a>  function "EUSCI_B_I2C_masterReceiveSingleByte" declared implicitly eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 132 C/C++ Problem
<a href="file:/home/sonu/ti/ccs1031/ccs/tools/compiler/dmed/HTML/225.html">#225-D</a>  function "EUSCI_B_I2C_setMode" declared implicitly eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 114 C/C++ Problem
<a href="file:/home/sonu/ti/ccs1031/ccs/tools/compiler/dmed/HTML/225.html">#225-D</a>  function "EUSCI_B_I2C_setSlaveAddress" declared implicitly eusci_b_i2c_ex2_masterRxSingle.c /eusci_b_i2c_ex2_masterRxSingle line 109 C/C++ Problem

**Attention** This is a public forum