We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello Team,
i am working on a Cortex-M4 platform and want to know how i can confirm if the core has floating point co-processor?
Thank you.
Regards,
Kalyan
Hello - test for the presence of CP10/CP11 in the CPACR.
See section B3.2.20 of the Architecture Reference Manual.
https://developer.arm.com/documentation/ddi0403
Thanks Ronan.