STM32F767ZI Nucleo board works from Flash on ITCM slower if ART is on
I detected that ART accelerator and prefetch is not enabled. Why for loop gets slower if if I switch both on ? /* USER CODE BEGIN SysInit */ #if defined(FLASH_ART_ON) // enable ART for Flash (x8 Booster) int FLASH_ACR_REG=0; volatile unsign...