Question
I would like to turn the FPU in the STM32L486 completely off and want to be sure that the compiler is not generating ANY floating point instructions. Is the FPU completely off if I leave the CPACR alone after reset? Is there a flag I can pass to gcc?
..