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/MSP430F5528: Problems with the Driverlib examples for the RTC_B

Part Number: MSP430F5528

Tool/software: Code Composer Studio

I was looking at the Driverlib examples on CCS copyright 2017. I am trying to run the rtc_b_ex1_calendermodeLPM0 or the rtc_b_ex2_calendermodeLPM3 for the MSP430F5xx_6xx. But each time I try to build the examples I get error messages saying parameters are undefined. It seems that all parameters associated with the RTC_B  caused a error, as if the RTC_B did not exist, Such as the RTC_B_BASE, or RTC_B_FORMAT_BD.  I've attached the Code and error report to show where I am having problems. 

 

I had no problem running the RTC_A example code which is almost Identical to the RTC_B code. So, I am confused at what the problem is.

I haven’t changed any of the line of code and the sample code only includes the “driverlib.h”. I did added the rtc_b.h file, but there was no change in the error.

Are there any suggestions to get the sample code to function properly?