2026-01-30 1:31 PM
Hi, I'm developing a project for STM32N657X0HxQ MCU and I need to run a NN model on it. I installed the 10.2.0 package for X-CUBE-AI and I've selected Core for Artificial Intelligence X-CUBE-AI in the Software Packs component selector. However, whatever Device Application I select, I always get when I'm on the Configuration Tab in Pinout & Configuration "Warning: This peripheral has no parameters to be configured" and I cannot upload my NN model, even when Artificial Intelligence X-CUCE-AI checkbox has been selected.
I'm using the 6.16.1 Version of STM32CubeMX.
Thank you for the cooperation
Solved! Go to Solution.
2026-02-01 11:15 PM - edited 2026-02-02 1:24 AM
Hello @s319189 @linreedus
I ran a test using MX v6.16.1
In case of Application template
Could you please attach your .ioc file so that I can review your configuration and help identify what went wrong?
THX
Ghofrane
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.
2026-02-01 10:38 PM
I have encountered the same situation and hope to receive a timely response from ST.
Assistance is required,thank you very much.
2026-02-01 11:15 PM - edited 2026-02-02 1:24 AM
Hello @s319189 @linreedus
I ran a test using MX v6.16.1
In case of Application template
Could you please attach your .ioc file so that I can review your configuration and help identify what went wrong?
THX
Ghofrane
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.
2026-02-02 2:44 AM
This .ioc file I show you with a screen shot was established by following the guideline of "How to build an AI application from scratch on the STM32N6570-DK using STM32CubeMX".
BTW,I consider that the warning about "this peripheral has no parameters to be configured" may depend on the device rather than the file...Because I got everything normal in my Desktop, while warning took place in my Laptop,even within the same .ioc file.
Just for reference,thanks again.
2026-02-02 3:12 AM
Hello @linreedus
By checking the "How to build an AI application from scratch on the... - STMicroelectronics Community"
You are using "Application Template" as the application type.
I retest again using a Laptop and it's working just fine.
THX
Ghofrane
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.
2026-02-06 4:11 PM
I solved the problem by uninstalling both ST EDGE AI core and X CUBE AI! When I reinstalled only X CUBE AI on STM32CubeMX I could finally see the right screen! Appearently it was due to a bug that caused a conflict with the previous installation of ST Edge AI Core
2026-02-09 12:58 AM
Thank u very much! I get all issues right now.
BTW, I notice that it may be caused from the difference between X-CubeAI expansion version(based on core 2.2.0) and the ST EDGE AI core(based on core 3.0.0). This indeed can cause confusion for users, and more explicit remind should be provided.....
Anyway, thank you again!