Skip to content
Snippets Groups Projects
Commit 7ffd6265 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

cpu/nrf52: enable instruction cache

parent ffde9332
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment