I have uploaded the tflite model. I am using an input array which is basically an image converted to a byte array and I want to classify this input array into one of the two classes.Please help. I am using ver 7.1.2 of X-CUBE-AI
The error is in the network.c code file generated by the X-CUBE-AI library. I have chosen "Not Selected" option in drop down option for X-CUBE-AI. The code below is giving the error as mentioned:
This is the code snippet in app_x-cube-ai.c file which is throwing an error. It says undefined reference to `MX_USART1_UART_Init'. Can you please explain how to solve it?