Hi, @Larry3
Thanks for creating case to us.
Please check our KW45's Reference Manual, it mentioned that below register:
11.4.2.9 Processor X Configuration Register 3 (CPxCFG3)
and
11.4.2.17 Processor 0 Configuration Register 3 (CP0CFG3)
There is one bit: bit0 for above 2 registers are using for FPU.
Floating Point Unit
This field indicates if hardware support for floating point capabilities are supported in the processor.
0b - FPU support is not included.
1b - FPU support is included.
And also it mentioned, the reset value:
Reset values for the Processor X Configuration Register 3:
• For CPU0, the CPxCFG3 value read is 0x00000231
• If the read access is not from a CPU, then the value read is 0x00000000
Reset values for the Processor 0 Configuration Register 3:
• CP0CFG3 = 0x00000231
So, it means, in default the FPU feature should be enabled.
Best regards,
Christine.