Hello,
I'm usign nRF52832 with nRF5_SDK v15. I'm using "ble_app_uart" example. I just wanted to know that What is the wake up procedure of the MCU when we call the sleep function below ?
sleep_mode_enter();
Is the MCU awakes where it was sleep or it awakes from the beginning of the code ?
does it re-initialize the BLE hardware every time it wakes up ?
Best Regards