BlueNRG-1 : HAL_VTimerStart_ms always returns 0x01 error
I copied the code snippet and vtimer.c from RTC_Virtual_Timer project to BLE_Beacon project. But HAL_VTimerStart_ms always returns 0x01 error(=timer already started). Similarly, I copied the same code to Micro_Sleep_Test project, it works normally with 0x00. It's unlikely, does that mean the BLE stack is using the same VTimer? (The BLE stack seems to have some VTimer functions. Micro_Sleep_Test project does not use the BLE stack.)
Why does the difference occur? and Is there a workaround?
