Hi
I don't have exact your board, but I just tested your issue with my LPC54608 board.
I use mcuxpresso demo code under ..\LPC54608\SDK_2.5.0_LPCXpresso54608\boards\lpcxpresso54608\driver_examples\rtc
I commented
// RTC_EnableInterrupts(RTC, kRTC_AlarmInterruptEnable);
// EnableIRQ(RTC_IRQn);
Thus my code should be same as yours.
when I step over code, I can see RTC->COUNT value changed after "RTC_StartTimer()". So I can't reproduce your issue.
I would suggest you test the same demo code on your side, comparing the register setting of the demo with your working project to shoot trouble.
Have a great day,
Jun Zhang
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------