Hello, i'm using the VIT solution, and i create a model in portuguese language. I copy the VIT_Model_pt.h to vit/CortexM7/Lib, and made the changes in code to call the model. But, in this line of code, i have a VIT_INVALID_MODEL:
#ifdef VIT_MODEL_PT
case PT:
VIT_Status = VIT_SetModel(VIT_Model_pt, MODEL_LOCATION);
break;
#endif
I want to know if i have a way to test my model, or if i made some wrong configuration in my code. Thanks for the help.