Hi,
我用例程中的SimpleBLEPeripheral,并设置成POWER_SAVING,同时把周期性事件关了,但是程序跑起来电流还是很大,是不是哪边还有问题?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
我用例程中的SimpleBLEPeripheral,并设置成POWER_SAVING,同时把周期性事件关了,但是程序跑起来电流还是很大,是不是哪边还有问题?
Hi,Nutcracker
公司自己设计的,我现在把Main()改成
void Main(void)
{
HAL_BOARD_INIT();
OSAL_SET_CPU_INTO_SLEEP(0 );
};
测电流还是在0.2mA左右,
Hi,Yan
公司自己设计的,我现在把Main()改成
void Main(void)
{
HAL_BOARD_INIT();
OSAL_SET_CPU_INTO_SLEEP(0 );
};
测电流还是在0.2mA左右.