Freedom-e-sdk rtc example

Hi, I was testing the sdk rtc example with the hifive1 rev B and I noticed this on the output:

rtc
The first line comes from the rtc irq handler which is executed before starting the rtc. I think that the second line must come first since the rtc didn’t start yet.
When I debbuged the program, I found that the interrupt is triggered immediatly when enabling the interrupts in the cpu :
rc = metal_interrupt_enable(cpu_intr, 0);
Is this normal?:thinking: