Hi
I'm doing a RFID project, using ADC & SPI peripherals.But the current is about 1mA when sleeping, it's too high. My test as below:
1.Using default simple_peripheral Code, modify DEFAULT_ADVERTISING_INTERVAL to 1600(1s) and SBP_PERIODIC_EVT_PERIOD to 50 ,the current is about 70uA.
2.Add RFID code,the current is about 1mA.
So I think the reason is ADC & SPI doesn't close when enter standby mode.
So does ADC & SPI need special setting when entering standby mode?
Thanks!