Tool/software:
Hello,
I am developing an application using CC1312.
The application I developed has a BMA400 sensor.
My application will constantly run in deep sleep mode and will be woken up by interrupt from the BMA400 sensor.
I will read the data from the BMA sensor and switch to deep sleep mode again. I am communicating with SPI with BMA400.
I get the same results when I run deep sleep mode with only the processor on the development kit and my own development board.
However, when I mount BMA400 and go into deep sleep, my power consumption increases to 100 uA.
According to the information of the BMA400 sensor, the maximum current it can draw is 14 uA. What should I do before going into deep sleep?