RTC interrupt issue

Description

After the RTC interrupt is triggered, only one clean operation cannot completely clear the interrupt, which needs multiple clean interrupt operations.

Workaround

When you need to clear the interrupt, you need to keep polling the interrupt status in the interrupt handling function until the interrupt is cleared.