diff --git a/src/SystemTask/SystemTask.cpp b/src/SystemTask/SystemTask.cpp index 222829d4..a4e63560 100644 --- a/src/SystemTask/SystemTask.cpp +++ b/src/SystemTask/SystemTask.cpp @@ -58,6 +58,7 @@ void SystemTask::Work() { spi.Init(); spiNorFlash.Init(); + spiNorFlash.Wakeup(); nimbleController.Init(); nimbleController.StartAdvertising(); lcd.Init(); diff --git a/src/graphics.cpp b/src/graphics.cpp index b8376d6d..9373a9b6 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -79,6 +79,7 @@ void Process(void* instance) { NRF_LOG_INFO("Init..."); spi.Init(); spiNorFlash.Init(); + spiNorFlash.Wakeup(); brightnessController.Init(); lcd.Init(); gfx.Init();