2025-06-08 10:34 PM
Initially I was having issues in generating the project file for ai models because of CUBE AI withe the latest update it got fixed. But while trying to build an flash the code to the Board there was issue while flashing the code the debugger was giving output as target is not responding. for checking there was no issue with the connection or debugger I tried creating a sample example from CUBE MX and while running that one it was working fine.
I have given below the screen shot of the error that i was getting.
Thanks and Regards,
Vinay
Solved! Go to Solution.
2025-07-03 11:15 PM
Hi @Julian E. ,
By referring the document shared and creating the project file I got some issues in the NUCLEO side.
The document actually refers to creating the project file for the DK board not actualy the Nucleo board which is my need. while creating the project file and building the code i got these much amount of errors.
I also tried creating the project file for DK board and Building it while doing the same i got no errros while building the code.
Can you check with this and get back ASAP.
Thanks and Regards,
Vinay
2025-07-04 1:49 AM
Hello @VinaySankar,
If there are any depencies errors such as outside sources not being correctly found, you can add then manually inside the nested projects.
For example, if you have errors saying that LL functions are undeclared, it means that the compiler is not being able to find the LL sources that are in the global Middlewares folder.
You should then import only the sources and be sure to set the imported folder as a source location in the general settings.
To import a folder, you right click on the project, then hit "Import", then "General", then "File system". You select the folder whose sources are not being found and filter to import only the .c. Afterwards, you right click on the project again and go in "Properties", then "C/C++ General", then "Paths and Symbols" and under the "Source Location" section you add the folder you’ve just imported.
Have a good day,
Julian
2025-07-07 12:34 PM
Thanks for sharing the update, Vinay! Since the CUBE MX sample worked, it could be something special in the generated AI project code or configuration. Maybe double check the linker settings or clock configuration in the AI project. Let us know if you find a solution!