Skip to main content
Jayesh2
Associate II
May 13, 2025
Solved

Using STM32N6's Neural ART with ARM Complier

  • May 13, 2025
  • 3 replies
  • 468 views

Hi,

I want to develop my application which uses STM32N6's Neural ART and  I want to use ARM complier(6.23) but I am not how to get started.

Also from readme of model_zoo I see that STM32AI only support GCC complier. So does that mean I have to use GCC complier if I want to use Neural ART accelerator? 

Best answer by GRATT.2

At the moment there is no armclang option. Here are the AI packages : https://www.st.com/en/development-tools/stm32n6-ai.html

Guillaume

3 replies

GRATT.2
ST Employee
May 15, 2025

Hello @Jayesh2

You can build your STM32N6 application with any compiler you want. You can find Keil examples in the STM32N6Cube firmware package. The STM32AI example packages support Makefile, CubeIDE and IAR compilation. 

Guillaume

Jayesh2
Jayesh2Author
Associate II
May 15, 2025

@GRATT.2 

Thank you for the response. 

"The STM32AI example packages support Makefile, CubeIDE and IAR compilation"
Does it support armclang complier? 

Can you point me to NeuralART example in the attached repo link?

I looked through it and I dont see any example for STM32AI or NeuralART.

GRATT.2
GRATT.2Best answer
ST Employee
May 15, 2025

At the moment there is no armclang option. Here are the AI packages : https://www.st.com/en/development-tools/stm32n6-ai.html

Guillaume