2022-05-24 10:26 PM
Hi,
we are using LSM9DS1 IMU board with NUCLEO L053R8 eval board for our project, we are using X-CUBE MEMS1 Fusion, we've validated the Raw data, and we are getting the Fusion output, we need to validate it. Is there any procedure to find whether Fusion data is valid or not?
Thanks in advance
G Saicharan
Solved! Go to Solution.
2022-07-15 08:52 AM
To read Acc, Gyr and Mag data from LSM9DS1 IMU 9DOF board there is no need to use X-Nucleo-IKS01A2 board.
2022-05-25 01:18 AM
2022-05-25 05:33 AM
Thank you for the reply @Petr S_O ,
Actually we have integrated MEMS1 Software code to the Raw data code with the reference of MEMS1 Fusion Example code.
Is that works fine to get Fusion Output ?
2022-05-25 06:05 AM
If you integrated it well following all the steps done in DataLogFusion application of the X-CUBE-MEMS1 then it should work well, if it's what you're asking ;)
2022-05-29 11:12 PM
Hi @Petr S_O ,
Thank you for the reply,
I've tried using MEMS_Init function attached below. But now I'm observing FLASH Overflow error. I have not used BSP type functions. Is there any setting/process to overcome this error. Go through the attached images and Please help me to resolve this error.
Any help would be very thankful.
2022-06-01 02:57 AM
L0 has very limited memory and MotionFX is quite demanding library so it's not the best combination. If you haven't already tried you can turn on the optimization for size and also try to avoid using too many global variables initialized to the non-zero values. You can use the DataLogFusion application for Nucleo-L073RZ in the X-CUBE-MEMS1 package as a reference.
2022-06-07 04:17 AM
Thank you for the reply @Petr S_O ,
Okay, we are trying to run with existing example so, need some inputs. We have example on L053R8 Board with X-Nucleo-IKS01A2 in X-CUBE-MEMS1 V4.4.1 version at path "..\STM32CubeExpansion_MEMS1_V4.4.1\Projects\Multi\Examples\IKS01A2\DataLog\MDK-ARM\STM32L053R8-Nucleo".
I got one doubt while doing this experiment i.e. we have LSM9DS1 IMU 9DOF board. Is that example works fine to get Acc, Gyr, Mag Data from LSM9DS1 using NUCLEO-L053R8 Board with X-Nucleo-IKS01A2(expansion board).?
If yes, we will proceed to buy X-Nucleo-IKS01A2 expansion board for LSM9DS1 IMU.
else, need solution on which reads Acc, Gyr, Mag Data from LSM9DS1 IMU through NUCLEO-L053R8 or some other boards etc.
Any help would be very thankful.
2022-07-15 08:52 AM
To read Acc, Gyr and Mag data from LSM9DS1 IMU 9DOF board there is no need to use X-Nucleo-IKS01A2 board.
2022-08-01 03:21 AM
Thank you @Martin B ,
I tried with the provided example now it is working as expected.