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.

CCS: CCS8.2.0

Other Parts Discussed in Thread: TPS23880, MSP430FR5969, MSP430F5502

Tool/software: Code Composer Studio

hello ,team:

  when i compile my code,the results of it as the picture displayed.How to deal with this errors.

  I replaced msp430fr5969 with MCU model msp430f5502 to control tps23880.

  thanks...

/******************************************************************************************************************************************/

/********************************************************************************************************************************************/

  • The UCA1MCTLW module exists in the MSP430FR5969 device but not in the MSP430F5502. Take a look at the header files for the two devices (in the \ccs_base\msp430\include directory of your CCS installation) to see that it is defined for one but not the other.

    Since the definition for the module does not exist for 5502 you would need to modify the code to use a different/equivalent module. If you need further assistance or recommendations on that, please post a new question in the MSP Microcontrollers forum.