We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b564878 commit 98c92d3Copy full SHA for 98c92d3
soc/st/stm32/stm32u0x/soc.c
@@ -27,6 +27,7 @@ LOG_MODULE_REGISTER(soc);
27
*/
28
void soc_early_init_hook(void)
29
{
30
+ LL_FLASH_EnableInstCache();
31
#if defined(CONFIG_STM32_FLASH_PREFETCH)
32
/* Enable ART Accelerator prefetch */
33
LL_FLASH_EnablePrefetch();
0 commit comments