RTC clock ticking faster than actual.
Hello everyone,
I am currently developing a code for my custom board that has BLE communication along with RTC and timer(PWM) initialized. I am currently testing my code first on the PNucleoWB55 development board. The issue is that the normal RTC_Alarm Example from the SDK is working fine and alarm interrupt occurs exactly after 30 seconds. However, when I initialize the RTC in BLE_p2pServer, the RTC interrupt occurs much quicker (approx 5 seconds when programmed to occur after 30 seconds). What could be the issue? If someone can help me, I shall be grateful.