cancel
Showing results for 
Search instead for 
Did you mean: 

Using STM32N6's Neural ART with ARM Complier

Jayesh2
Associate II

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? 

1 ACCEPTED SOLUTION

Accepted Solutions
GRATT.2
ST Employee

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

Guillaume

View solution in original post

3 REPLIES 3
GRATT.2
ST Employee

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
Associate II

@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
ST Employee

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

Guillaume