Skip to content

Commit b47064a

Browse files
authored
Merge pull request #10933 from tymoteuszblochmobica/chache
Nordic NRF52832 cache ON
2 parents eadc799 + 1af0fe8 commit b47064a

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/device

1 file changed

+1
-1
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/device/system_nrf52.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void SystemInit(void)
216216
while (NRF_CLOCK->EVENTS_LFCLKSTARTED == 0) {
217217
// Do nothing.
218218
}
219-
219+
NRF_NVMC->ICACHECNF=0x01;
220220
/**
221221
* Mbed HAL specific code section.
222222
*

0 commit comments

Comments
 (0)