Solved
Issue after updating STM32CubeAI Studio to v1.2: No longer generates raw files
- August 22, 2026
- 3 replies
- 23 views
Hello,
I have just updated STM32CubeAI Studio to version 1.2.
In the previous version, the AI Studio generated:
- Middleware
- Application code
- Raw files (e.g., network_atonbuf.xSPI2.raw)
My workflow was to add the middleware and application code to my project, then convert the raw file (network_atonbuf.xSPI2.raw) to a hex file. Everything worked fine until I updated the studio.
In version 1.2, instead of generating the raw file, it now generates a C source file: network_atonbuf.xSPI2.c.
I am unsure what to do with this new .c file. I placed it in my project, but nothing works as expected.
Could someone please advise on how to proceed or explain the change in workflow?


