Other Parts Discussed in Thread: MSP430FR5992
Hi, Actually I have an RTC project with MSP430FR5992 (also attach with this query) but currently, I am working on MSP430FR5972. As per my knowledge all registers are same for RTC but when I am trying to change the MCU name from FR5992 to FR5972 there are some error shown during the compilation like,
#20 identifier "RTCIV__NONE" is undefined rtc.c /RTC_test,
#20 identifier "RTCIV__RT0PSIFG" is undefined rtc.c /RTC_test
#20 identifier "RTCIV__RT1PSIFG" is undefined rtc.c /RTC_test
#20 identifier "RTCIV__RTCAIFG" is undefined rtc.c /RTC_test
#20 identifier "RTCIV__RTCOFIFG" is undefined rtc.c /RTC_test/
#20 identifier "RTCIV__RTCRDYIFG" is undefined rtc.c /RTC_test
#20 identifier "RTCIV__RTCTEVIFG" is undefined rtc.c /RTC_test
can anyone help me out from this.