From 1af0fe89b88cd4c7906ce750abb955fe0da3bb74 Mon Sep 17 00:00:00 2001 From: Tymoteusz Bloch Date: Mon, 1 Jul 2019 15:05:36 +0200 Subject: [PATCH] Nordic NRF52832 onboard instruction cache is turned ON to increase MCU performance --- .../TARGET_NRF52/TARGET_MCU_NRF52832/device/system_nrf52.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/device/system_nrf52.c b/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/device/system_nrf52.c index e88f8ac626..7593402eb0 100644 --- a/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/device/system_nrf52.c +++ b/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/device/system_nrf52.c @@ -216,7 +216,7 @@ void SystemInit(void) while (NRF_CLOCK->EVENTS_LFCLKSTARTED == 0) { // Do nothing. } - + NRF_NVMC->ICACHECNF=0x01; /** * Mbed HAL specific code section. *