2025-06-20 12:37 AM
Hi everyone,
I encountered problems when deploying the neural network using STM32N6570-DK.
I was deploying my model to the STM32N6570-DK development board according to the routine, but found that the code file obtained by optimizing the model using the Stedg-AI web version did not contain the hex file, that is, network_data.hex under the Binary file of any routine folder. Without this file, I cannot complete the deployment of the neural network according to the steps of the routine.
I attempted to solve this problem by downloading the ST EdgeAI software version, but for the downloaded ST EdgeAI Core 2.1.0, I couldn't find its shortcut to open it. I thought it was a version issue and tried to download ST EdgeAI Core 2.0.0, but got stuck at the step of ST Neural-ART package. I clicked on the download link of ST Neural-ART package on the installation interface. However, it returned to the download interface of ST EdgeAI Core. The download resources of the ST Neural-ART package could not be found, so ST EdgeAI Core 2.0.0 could not be installed.
May I ask how I can generate the hex file for the neural network? If it is generated using ST EdgeAI, how should I operate? If there are any other methods, could you introduce them to me? Thank you very much to all those who are willing to help