mirror of https://github.com/ARMmbed/mbed-os.git
Nordic NRF52832 onboard instruction cache is turned ON to increase MCU performance
parent
279925b6fc
commit
1af0fe89b8
|
@ -216,7 +216,7 @@ void SystemInit(void)
|
||||||
while (NRF_CLOCK->EVENTS_LFCLKSTARTED == 0) {
|
while (NRF_CLOCK->EVENTS_LFCLKSTARTED == 0) {
|
||||||
// Do nothing.
|
// Do nothing.
|
||||||
}
|
}
|
||||||
|
NRF_NVMC->ICACHECNF=0x01;
|
||||||
/**
|
/**
|
||||||
* Mbed HAL specific code section.
|
* Mbed HAL specific code section.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue