2025-05-13 9:45 AM
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?
Solved! Go to Solution.
2025-05-15 6:52 AM
At the moment there is no armclang option. Here are the AI packages : https://www.st.com/en/development-tools/stm32n6-ai.html
Guillaume
2025-05-15 1:57 AM
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
2025-05-15 3:45 AM
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.
2025-05-15 6:52 AM
At the moment there is no armclang option. Here are the AI packages : https://www.st.com/en/development-tools/stm32n6-ai.html
Guillaume