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

how to disable fpu on freertos nrf52 project

I use blinky_freertos demo on nrf52832,

now I want to disable FPU, but when I disable FPU in Keil MDK option->Target Floating Point Hardware Not Used, there is an error

#error This port can only be used when the project options are configured to enable hardware floating point support.

how to fix this error ? thx!

Related