2022-01-10 08:04 PM
Hi,
I am using Stm32cubeide for creating a tinyml project for sinewave-tensorflow example. For this I used xubeAI software manager and loaded my tflite file with stm32Ai runtime.
In the main file I am facing issue when I run the following initialisation
ai_buffer ai_input[AI_NETWORK_IN_NUM] = AI_NETWORK_IN;
while building the project I get error saying invalid identifier.