2025-04-16 1:42 PM - edited 2025-04-16 1:43 PM
I am Working with the board NUCLEO-N657X0-Q, I need to generate a c code of the Ai model Run in the Board, for that I generated a c code for the STM32N6570-DK to run in my board from St developer zone. Unfortunately i cant build the project file in CUBE IDE i cant figure out what is the problem.
2025-04-17 2:31 AM
Hello @VinaySankar,
As you probably know, we have AI application examples for the DK board but not the Nucleo.
I would suggest you use the example application of the DK: STM32N6-AI - AI software ecosystem for STM32N6 with Neural-ART accelerator - STMicroelectronics
And the basic application example for the nucleo: STM32CubeN6 - STM32Cube MCU Package for STM32N6 series (HAL, CMSIS devices, and examples running on ST boards) - STMicroelectronics
(in STM32Cube_FW_N6_V1.1.0\Projects\NUCLEO-N657X0-Q)
There are currently bugs in X Cube AI for the Nucleo, the new version should drop around end of April
Have a good day,
Julian