I have my devices programmed in a way, that they decide whether to enable SD and transmit via BLE or to keep it disabled and start operating using Gazell. In this case I need SD to be disabled and use RNG. Can I do it?
Thanks in advance.
YES :) Softdevice disable will mark all peripherals as unprotected, you can just consider that it doesn't exist except that it takes space in flash
I see, so I have to access the registers directly? Thanks