How to use the FPU in PSoC6 instead of the software math libraries?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
AbHa_1220611
Level 1
Level 1

I am using CY8CPROTO-063BLE board to test some math calculations and using the PSoC Creator 4.3 for software development.

And now I want to speed up the calculations by using the FPU. So, does anybody know how to use the FPU in PSoC6 instead of the software math libraries?

0 Likes
1 Solution
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

Unfortunately there is no easy way to enable FPU in PSoC Creator. You can refer to this KBA:

Enabling Hardware Floating Point Compilation for Arm Cortex-M4 in PSoC Creator™ - KBA222890

You will need to compile the project with Makefiles, instead with PSoC Creator.

If you are not using UDBs, I would suggest you to use our newest tool ModusToolbox v2.1.

View solution in original post

0 Likes
1 Reply