I have a code using S110 with nrf51822
And I have a timer to trigger a SPI master get some data from module
It successful get the data from module (SPI) but the nrf51822 continuous costing around 5mA. (seem not sleep)
If I disable the SPI part, it be come normal.
Am i need to disable SPI while not in use? and How?