PM3模式
时间:10-02
整理:3721RD
点击:
问下TI的大神们CC2540进入PM3模式后经过外部中断唤醒自动运行的是32M的晶振还是32768的?
32M的晶振
唤醒后,调用下面的函数来确保32MHz时钟稳定运行
// Note: This is done here to ensure the 32MHz XOSC has stablized, in // case it is needed (e.g. the ADC is used by the joystick).
LL_PowerOnReq( (halPwrMgtMode == CC2540_PM3), wakeForRF );
假如原来在PM2模式,当有数据接收时会自动转到PM1模式还是继续在PM2下接收数据?
蓝牙数据在connection event来到的时候交互,通常是active模式