Part Number:MSP432P401R
Tool/software: Starterware
I and my customer test RTC sample code on MSP432 Launchpad, we found
- "MSP432Ware_3_50_00_02\examples\devices\MSP432P4xx\MSP432P401x_Code_Examples\C\msp432p401x_rtc_02" work ok, will enter RTC interrupt every 1 second
- "MSP432Ware_3_50_00_02\driverlib\examples\MSP432P4xx\rtc_c\rtc_c_calendar_alarm_interrupt" do not work, nerver enter RTC interrupt
Because customer want to use API format to write RTC code, we want to double confirm if "rtc_c_calendar_alarm_interrupt" example code could work ok? If yes, what maybe wrong for our testing. If no, do we have correct RTC example code base on API format?