I am studying on artificial intelligence with STM32F429. I generate the code with CubeMX for SystemWorkbench. CubeMX generated code has AI_DATA_FORMAT_UQ named macro but it has not defined anywhere. I mean; In Artificial Intelligence and Robotics
#define AI_DATA_FORMAT_SQ \
(AI_DATA_FORMAT_UQ|AI_FMT_SET_SIGN(1))
AI_DATA_FORMAT_UQ isn't defined anywhere else. Do you have an idea how to find this value? or is it possible to omit it?
Comments