cancel
Showing results for 
Search instead for 
Did you mean: 

Is X-CUBE-MEMS1 supported on STM32N6

Brenden_PLUS
Associate II

So i'm trying to install X-CUBE-MEMS1 in the IOC file of a STM32N6-DK board.  The problem i can't seem to install it?  All the tabs are greyed out and have little red cpu marks by them.  Is X-CUBE-MEMS1 supported on STM32N6 processors?  

 

When i go to the github page it also doesn't like there there's drivers for to many chips inside of it?

https://github.com/STMicroelectronics/X-CUBE-MEMS1/tree/main/Drivers

 

Screenshot from 2025-11-17 12-20-46.png

1 ACCEPTED SOLUTION

Accepted Solutions
davidstan
Visitor

No, X-CUBE-MEMS1 is not yet officially supported on the STM32N6 series.

The user's observation that the installation tabs are greyed out with red CPU marks in the STM32CubeIDE's IOC file is the definitive indication that the X-CUBE-MEMS1 package does not contain the necessary drivers or configuration files for the STM32N6-DK or the STM32N6 processor itself.

View solution in original post

2 REPLIES 2
davidstan
Visitor

No, X-CUBE-MEMS1 is not yet officially supported on the STM32N6 series.

The user's observation that the installation tabs are greyed out with red CPU marks in the STM32CubeIDE's IOC file is the definitive indication that the X-CUBE-MEMS1 package does not contain the necessary drivers or configuration files for the STM32N6-DK or the STM32N6 processor itself.

Issamos
Lead II

Hello @Brenden_PLUS 

I don’t have the information. But I may suggest you something to try yourself (I can’t test since I’m not on my PC).

First, try to update the X-CUBE-MEMS1 to the last version (V12.0.0) on the STM32CubeMX (use the last version V6.16.0) . After that, if you still have the same behavior. Have a look at the chapter 4.15 of the UM1718 to understand how to check the issue (need dependencies to work or it is not compatible…) . You can also put the cursor of your mouse on the package name or the red MCU icon. A message may show up to give you more details about that.

Best Regards.

II