2026-02-26 9:22 AM
Version 6.16.1
I have identified a number of bugs - collecting them here. Note that these are time wasters, but there are workarounds - so they are not critical but would definitely aid in the usability/productivity of users.
-If you use the XCube.AI software package to generate a template application, the template application will not build. To fix it you have to add #include "ai_platform.h" at the top of the file under the other existing includes.
-In the configuration for the individual networks for the XCube.AI, if you select the first profile "internal-memories-only--default" it will hang when analyzing and never complete. The workaround is to use the n6-noextmem option which appears to accomplish the same thing
-When first starting up CubeMX, when you select the XCube.AI option (the actual selection of the components for inclusion), even if you have "FSBL" selected for the context, many times it will add it with ExtMem context instead. It seems that a workaround is to change the selector for the context at the top to Application, then change it back to FSBL and it seems to work correctly. (Note, this issue happened sometimes and not others, so not sure exactly what the steps are that cause it).
-There are many cases where you make an update to CubeMX project and it doesn't seem to properly update the project, so I ended up deleting the project and starting over. I don't have specific steps for these issues.
2026-02-26 9:29 AM
Note that STM32CubeMX 6.17.0 is now released
@true_greg wrote:There are many cases where you make an update to CubeMX project and it doesn't seem to properly update the project
I think I saw that mentioned as something addressed in the new version?
2026-02-27 4:32 AM
Hello @true_greg
What MCU are you using? Could you take a look at this post, It seems that the same issue has been mentioned here.
BR, Souhaib
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.