2026-05-29 7:13 AM
Hello,
I have just updated STM32CubeAI Studio to version 1.2.
In the previous version, the AI Studio generated:
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?