BlueNRG-2 VTimer wake-up the system every 15 sec
Hello
We're using BlueNRG-2 VTimer to be RTC for wake-up the system when it's in sleeping mode.
when we set the timer 10mins, it still wake-up the the system every 15 sec.
HAL_VTimerStart_ms(0, 600000);
But I don't turn on the other timer such as 1 or 2 or 3
HAL_VTimer_Stop(1);
HAL_VTimer_Stop(2);
HAL_VTimer_Stop(3);
the callback function still return the interrupt source is from timer 2.
HAL_VTimerTimeoutCallback();
is it possible? how do I solve this issue?
it increases whole the power consumption for nothing..

Elliott
