Skip to main content
mark_dubo
Associate II
December 11, 2025
Question

MotionFx on STM32WB09TEF7TR

  • December 11, 2025
  • 1 reply
  • 273 views

Is it possible to add MotionFx to an STM32WB09TEF7TR MCU?

According to the table on page 6 of this document:
https://www.st.com/resource/en/brochure/sensor_libraries_software_pack_for_stm32cube.pdf

MotionFx is available on Cortex M0+

However when trying to add this in CubeMx I get the warning "This component cannot be used as it has device or context compatibility issues. 

1 reply

Andrew Neil
Super User
December 11, 2025

Indeed, UM2220 Getting started with MotionFX sensor fusion library in X-CUBE-MEMS1 says that Cortex-M0+ is supported:

From a quick glance at that, CM0+ seems to be a bit of a special case - so maybe that's not supported by CubeMX ?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.