I'm using a custom nrf51822 board with S110 softdevice, and SDK 10. This board is used as SPI slave with BLE. I tried to estimate the stat up power consumption by reading
"nRF51822 Product Specification". I found out that there are different start-up power consumptions based on which memory (flash or RAM) is used to execute the code. My question is if I'm using softdevice 110 and sdk v10 which memory my code will be executed on and how long this startup consumption last?