diff --git a/cpu/nrf52/cpu.c b/cpu/nrf52/cpu.c
index e0dfd28c6507fb4448c1800d7e84602b129b51e0..a4bbe57fc023e8be679d1883cce9ab16e7be65e0 100644
--- a/cpu/nrf52/cpu.c
+++ b/cpu/nrf52/cpu.c
@@ -64,6 +64,9 @@ void cpu_init(void)
     /* initialize hf clock */
     clock_init_hf();
 
+    /* enable instruction cache */
+    NRF_NVMC->ICACHECNF = (NVMC_ICACHECNF_CACHEEN_Msk);
+
     /* softdevice needs to be enabled from ISR context */
 #ifdef SOFTDEVICE_PRESENT
     softdevice_handler_init(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, &_ble_evt_buffer,