STMicroelectronics / X-CUBE-MEMS1

X-CUBE-MEMS1 is an expansion software package for STM32Cube. The software runs on the STM32 and includes drivers that recognize the sensors and collect temperature, humidity, pressure and motion data.
https://www.st.com/en/embedded-software/x-cube-mems1.html
Other
53 stars 12 forks source link

Motion Library: launch on STM32MP #2

Closed AlexandrShipovsky closed 2 years ago

AlexandrShipovsky commented 2 years ago

Hi everyone! I want to use Motion Libraries on STM32MP (only Cortex-M4 core), but in CubeMX i get warning: "This pack does not support STM32MP1 Series".

Describe the set-up:

My board: STM32MP157A-DK1 My IDE: STM32CubeIDE 1.7.0 Libraries: MotionFX,MotionMC,MotionVC

The STM32MP has the same Cortex-M4 core as in many other microcontrollers running these libraries. How can I solve the problem?

cparata commented 2 years ago

Hi @AlexandrShipovsky , thanks for the question. Unfortunately, I confirm that at the moment the cortex-m4 motion libraries cannot work on the cortex-m4 core of the MP1 series. In future, the motion libraries will be updated to support also this use case. Best Regards, Carlo

AlexandrShipovsky commented 2 years ago

@cparata okay, thank you for answer! I hope it will be update