We have a CC2541 based peripheral (taken from KeyFob reference design) and are facing an issue with BMA250 Accelerometer.
1. VDDIO of BMA250 is connected to coin cell battery (3v)
2. VDD of BMA250 is connected to P2_0 of CC2541
When the P2_0 is set to 0, the current draw of the board is measured as 1.6uA (CC2541 is in sleep mode) but the problem is when P2_0 is set to 1.
- when the BMA250 is set to Low Power Mode or Suspend mode the current draw of the board is recorded as 140uA (Ideally it should be 1.6+2uA)
- when the BMA250 is set to Normal Mode the current draw is recorded as 280uA (Ideally it should be 1.6+140uA)
Can anyone help me here... I need this to be solved asap as the coin cell battery would die in a month with this current draw.
Thanks, Arjun