Using cortex-m4 FPU with gcc toolchain
Posted on May 16, 2012 at 06:43Dear all, I'm using `Keil uVision` with gcc toolchain (Sourcery Codebench lite for ARM EABI) to program the `STM32F4 cortex M4` chip. The compiler control strings I have set are: -march=armv7e-m -mfpu=fpv4-sp-d16 ...