LSM6DSO32X driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-15 3: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.
- Labels:
-
INEMO-Inertial Modules
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-15 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-15 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-15 6:32 AM
Hi, thank you.
I was looking in the wrong place (STM32CubeExpansion_MEMS1_V8.3.0).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-15 6: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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-16 6: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-16 8:26 AM
That actually was my second option. Thank you.
