The project is created with an entry in events.c for the RTC_seconds_IRQHandler, but it does not get triggered.
The "Enable seconds interrupt" checkbox is ticked.
Can you help with what needs to be changed in the component inspector to make this work?
From my events.c
/*
** ===================================================================
** Interrupt handler : RTC_Seconds_IRQHandler
**
** Description :
** User interrupt service routine.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
void RTC_Seconds_IRQHandler(void)
/* Write your code here ... */