Resolved! Hi, I am using a STM32L496RE MCU and I am confused as to how the in_data should be formatted in the app_x_cube-ai.c file.
I have a model with 14 float inputs in a single array and 3 array output each with a size of 4 float numbers. However the AI_input_size is ((1*1*14)*4) when I need it to be ((1*1*14)*1) and the AI_output_size is ((1*1*3)*4)#define AI_NN1_IN_NUM ...