STM32H743/Core/Src/system_stm32h7xx.c
@@ -179,10 +179,9 @@ */ void SystemInit (void) { #if defined (DATA_IN_D2_SRAM) #if defined (DATA_IN_D2_SRAM) __IO uint32_t tmpreg; #endif /* DATA_IN_D2_SRAM */ /* FPU settings ------------------------------------------------------------*/ #if (__FPU_PRESENT == 1) && (__FPU_USED == 1) SCB->CPACR |= ((3UL << (10*2))|(3UL << (11*2))); /* set CP10 and CP11 Full Access */