Hello,
I’m using freeRTOS for my projects running Cortex-M33 (e.g., NXP LPC5526) for some years now.
These parts include a floating point unit (FPU), so one has to enable configENABLE_FPU
, see this blog post. Otherwise, everything may go haywire.
That being said, the current documentation of configuration file does not mention this option any more. I wonder why this is? Thanks.
Cheers
Daniel