Is it possible to use the LSM6DSL accelerometer with a non-Cortex-M3 or -M4 STM32 MCU?
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).
