Other Parts Discussed in Thread: CC2652R7, ENERGYTRACE
Hello;
I am now testing the CC2652R7 launchpad with the multi-role project so that it can act as a BLE Central.
I have already modified the project to disable advertising on startup, so the standby current is under 1.0uA
It could also connected to a BLE peripheral without any problem.
However, after disconnecting from the peripheral, I use GAP_TerminateLinkReq() to disconnect the connection or just directly power down the peripheral, the standby power consumption then becomes 1.4uA .
There is now a 0.4uA increase in current consumption in standby. It seems something has been turned on.
Is there any way to reduce this extra power consumption?
Is there a command to turn off the BLE Central completely?
Thank you very much