STM32F411RE CubeMX 5.6.1 generated simple AI project compiling OK, But gives error in MX_X_CUBE_AI_Process();
I have a simple binary classification ANN model built with Tensorflow Keras and converted as Tensorflowlite model. This model gets imported and analyzed on the cubeMX tool without any errors. There is no IO input required for this trial model, so allowing random numbers for input features. Without any modifications to the code imported to STM32CubeIDE and build succeeds. While debugging, i can see that inside MX_X_CUBE_AI_Process() --> aiRun() method is returning error code 23 and error Type as 18.
Since the analyze function succeeded during code generation process, i expected that this code runs without any modification. Any suggestions please?
