This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Compiler generates FPU instructions for a device without an FPU - Updating code for a new SoC (nRF52832)

Converting old code for a nRF51822 to the new SDK(15.3.0) for an nRF52832, this error happens:

#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
In the file <SDK>\components\toolchain\cmsis\include\core_cm0.h line 138


When checking where __FPU_PRESENT is defined, it is set to 1

Parents Reply Children
No Data
Related