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 e29c414 commit 7c47bc9Copy full SHA for 7c47bc9
soc/st/stm32/stm32u3x/soc.c
@@ -29,6 +29,8 @@ LOG_MODULE_REGISTER(soc);
29
void soc_early_init_hook(void)
30
{
31
/* Enable ART Accelerator prefetch */
32
+ __HAL_FLASH_PREFETCH_BUFFER_ENABLE();
33
+
34
sys_cache_instr_enable();
35
36
/* Update CMSIS SystemCoreClock variable (HCLK) */
0 commit comments