BUG generator:CUBEMX with STM32Cube_FW_F3_V1.11.2 for stm32f303cb
file:system_stm32f3xx.cvoid SystemInit(void){/* FPU settings --------------------------------------------------------------*/#if (__FPU_PRESENT == 1) && (__FPU_USED == 1) SCB->CPACR |= ((3UL << 10*2)|(3UL << 11*2)); /* set CP10 and CP11 Full Access *...