Hey,Im really sorry but I cant share the full main.c with you due to copyright issues. I can recommend you to work with the documentation of x-cube-ai to get a minimal application running, that worked for me the best.Best regards,cbapt
Hey RU.1,the problem occured in my case because I tried to run the code from my first post outside of a function. To fix the error i created a function and ran the code in there. That fixed the issue. I hope you understand what I mean. Ill post a cod...
Hey, I had the same problem. The error occured when running this code:ai_network_params ai_params ={
AI_CLASSIFYSPEED_DATA_WEIGHTS(ai_MODELNAME_data_weights_get()),
AI_CLASSIFYSPEED_DATA_ACTIVATIONS(activations)
};The problem was that the code w...