CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2022
    Posts
    2

    Stm32f429 artificial intelligence tool ai_data_format_uq not found

    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;

    #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?

  2. #2
    Join Date
    Oct 2022
    Posts
    2

    Re: Stm32f429 artificial intelligence tool ai_data_format_uq not found

    Each solution is put into the MDK-ARM folder and then i edit the project file

    <folder Name="Application/User">When using AI Solutions module
    <file file_name="../Src/AppX/main.c" />

    <file file_name="../Src/AppX/settingsHandler.c" />
    <file file_name="../Src/AppX/settingsHandler.h" />
    <file file_name="../Src/AppX/cryptography.c" />
    <file file_name="../Src/AppX/cryptography.h" />
    ...

    <folder Name="Application/User">
    <file file_name="../Src/AppY/main.c" />

    <file file_name="../Src/AppY/blah.c" />
    <file file_name="../Src/AppY/blah.h" />
    <file file_name="../Src/AppY/foo.c" />
    <file file_name="../Src/AppY/foo.h" />

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured