问下TI的大神们CC2540进入PM3模式后经过外部中断唤醒自动运行的是32M的晶振还是32768的?
cedar_xuesong:
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 );
Tao Hong:
回复 cedar_xuesong:
假如原来在PM2模式,当有数据接收时会自动转到PM1模式还是继续在PM2下接收数据?
HG:
回复 Tao Hong:
蓝牙数据在connection event来到的时候交互,通常是active模式