2022-02-28 08:44 PM
2022-03-15 03:25 AM
Hi @Seenu ,
it is really strange. I checked all the old versions of the MEMS package including also the v7.2.0 and I cannot find these APIs in the custom use case. As I know, these APIs at the moment are available only when you use the expansion boards like for example in the files iks01a3_motion_sensors_ex.[h/c]. My suggestion, if you really need to use them, is to define them by yourself at application level inspiring to the available custom APIs and the same type APIs implemented for IKS01A3 expansion board.
Best Regards,
Carlo
2022-03-07 05:45 AM
Hi @Seenu ,
thanks to have submitted this question. Could you please provide what is the old version of X-CUBE-MEMS1 pack that you used in past and had the two APIs?
Best Regards,
Carlo
2022-03-07 08:44 PM
Hello @parata.carlo ,
Thanks for the response.
Old version used for X-CUBE-MEMS1 : 8.1.1
Shall we have the same/similar APIs to handle the feature intended.
Please support.
Best regards,
Seenu
2022-03-09 02:42 AM
Hello @Seenu ,
we have checked in X-CUBE-MEMS1 v8.1.1 and we can say:
We have not found any change on those APIs between v8.1.1 vs v9.1.0.
Best Regards,
Carlo
2022-03-14 10:09 PM
Hello @parata.carlo ,
Thanks for the response.
Sorry, the package X-CUBE-MEMS1 v7.2.0 version has the both definitions in MEMS\Target\custom_motion_sensors_ex.c.
Kindly find the attachments for more details.
Help me if i can continue using the old versions of package or new version has these definition feasibility.
Best regards,
Srinu
2022-03-15 03:25 AM
Hi @Seenu ,
it is really strange. I checked all the old versions of the MEMS package including also the v7.2.0 and I cannot find these APIs in the custom use case. As I know, these APIs at the moment are available only when you use the expansion boards like for example in the files iks01a3_motion_sensors_ex.[h/c]. My suggestion, if you really need to use them, is to define them by yourself at application level inspiring to the available custom APIs and the same type APIs implemented for IKS01A3 expansion board.
Best Regards,
Carlo
2022-03-23 09:03 PM
Hello @parata.carlo
Thanks for the suggestion.
Now made application separate from the existing library.
The two functions - CUSTOM_MOTION_SENSOR_DRDY_Enable_Interrupt()" and "CUSTOM_MOTION_SENSOR_DRDY_Set_Mode()"
made part of application code.
Best regards,
Srinu