自2026年2 月2日起,恩智浦MEMS传感器产品已转移至意法半导体。有关已转移产品的详细信息,请 参阅本页面。如需更多信息,请联系意法半导体。
I am interfacing Gyro sensor with samv71 evaluation board using I2C can u tell me how to configure Gyro sensor and read data from it.
Regards
Ujjwal Tambe
Hi Ujjwal,
I would recommend looking at our example project - FXAS21000 – Bare metal Example project.
There is also the FXAS21002 driver and sample application available as part of the ISSDK:
https://www.nxp.com/docs/en/release-note/ISSDK17RN.pdf
https://www.nxp.com/docs/en/user-guide/ISSDKGETSTARTEDUG.pdf
IoT Sensing SDK|NXP
Best regards,
Tomas
Is it possible to do without using Interrupt technique ?
Sure, it is. You can use a so called polling technique and periodically check appropriate flags (e.g. ZYXDR) in the DR_STATUS register.
thank you will try .