2021-09-15 03:30 AM
Hello,
I'm looking for the drivers for the LSM6DSO32X. In the example code I found the drivers for LSM6DSO32 and for LSM6DSOX which are similar but not identical. Are them available somewhere?
Davide
Solved! Go to Solution.
2021-09-15 06:30 AM
Hi, there are C drivers for this part on Github, check there!
https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/lsm6dso32x_STdC
2021-09-15 06:30 AM
Hi, there are C drivers for this part on Github, check there!
https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/lsm6dso32x_STdC
2021-09-15 06:32 AM
Hi, thank you.
I was looking in the wrong place (STM32CubeExpansion_MEMS1_V8.3.0).
2021-09-15 06:52 AM
Wait, that repository contains only the register definitions with part of the funtions (lsm6dso32x_reg.c/.h files).
I expected also the lsm6dso32x.c/.h, such as for the other sensors in STM32CubeExpansion_MEMS1_V8.3.0\Drivers\BSP\Components. Are them available?
2021-09-16 06:34 AM
you can insert the github drivers in the STM32 project accounting for the specific hardware pinout, or just use the lsm6dsox drivers, the only difference with lsm6dso32x is in the increase full scale up to 32g. Hope this help.
2021-09-16 08:26 AM
That actually was my second option. Thank you.