cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to use the LSM6DSL accelerometer with a non-Cortex-M3 or -M4 STM32 MCU?

NSharp
Associate II

All of the examples of usage that I have seen for the LSM6DSL have been with the STM32 Cortex-M3 and -M4 microcontrollers. I assume that is due to the library calculations that must be made in the support library for this accelerometer/gyro.

Is it possible to use the LSM6DSL as just a simple wake-up interrupt for a Cortex-M0 (STM32L0) controller? I don't need to know, for example, whether a person is standing or walking or running; I just need to know they've moved (within some reasonable tolerance).

2 REPLIES 2
S.Ma
Principal

These are SPI xor I2C devices with little computation on top.

8 bit MCUs like STM8 have even compiler provided math float libraries.

So, technically, it would only be a matter of latency time.

NSharp
Associate II

I am not even looking at doing any calculation with the data. Rather, I am simply looking for a way to wake the MCU based on the wake-up interrupt from the LSM6DSL.