2022-03-16 02:55 AM
Hello,
I have created an Artificial intelligence project to be implemented on Nucleo-144 (stm32h745) board. The stm32cubeide created a set of related source and header files all grouped in the X-CUBE-AI folder.
I defined variables in my main.c following an online tutorial. But when I run build I received the error bolded below indicating something wrong in one of the X-CUBE-AI folder created by the software.
The error is as follows: "../X-CUBE-AI/App/gru_network.h:42:3: error: invalid initializer". This error is due to lines 41 and 59 in gru_network.h, as you can see in the attached figures. Note that gru_network.h is a header file auto-generated by the stm32cubeide
What would be the issue?
Thank you.
2022-05-30 04:50 AM
I have the exact same problem. Does anyone have an answer ? Thank you !