Hi
We are using nrf51822 with SDK 10 and softdevice s110. We completed the software and in general everything works fine. In the final step, we decided to add the peripheral device which needs SPI. In the main function, I added spi_master_init(&m_spi_master_0,false) method and I observed that the current increases for 300-400 uA additionally. I tried to enable and disable the SPI when it was needed and not needed but unfortunately, this does not work. The current did not change at all. Does anybody know what is going on in this case? I read many posts that address this issue but I did not find any suitable solution.
Thanks in advance
Samo