Skip to main content
matt-crc
Senior III
October 21, 2025
Solved

STM32N657 doesnt run AzRtos?

  • October 21, 2025
  • 1 reply
  • 172 views

Does the STM32N657 run AzRtos / threadx / filex / etc?  The libraries don't seem to be available in the latest IDE.  Is this coming soon?

Best answer by Saket_Om

Hello @matt-crc 

ThreadX, LevelX and FileX are available on the latest version of STM32CubeMX (V6.15.0) tool. 

Saket_Om_0-1761038120915.png

 

1 reply

Saket_OmBest answer
Technical Moderator
October 21, 2025

Hello @matt-crc 

ThreadX, LevelX and FileX are available on the latest version of STM32CubeMX (V6.15.0) tool. 

Saket_Om_0-1761038120915.png

 

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question.Saket_Om"
matt-crc
matt-crcAuthor
Senior III
October 21, 2025

Hi @Saket_Om 

Ok, I found them... looks like ST moved them from the X-CUBE-AZRTOS-N6 location and placed the individual AzRtos components in the root (FileX, LevelX, NexDuo, ThreadX, USBX).  - Nothing like having consistency in the Cube-IDE across MCUs - lol

thanks, Matt