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.