Skip to main content
Visitor II
July 18, 2024
Question

facing trouble in how to use the generated code by cube ai 9.0

  • July 18, 2024
  • 1 reply
  • 745 views

hello everyone , i'm a newbie at edge ai in stm32 and i'm using cube ai 9.0 .i want to get information in how to use "MX_X_CUBE_AI_Process() " and "MX_X_CUBE_AI_init()" , i didn't find documentation or something about what the function does , what's to give as input and what/where do i get the output. i'm prediction an image and the output is 2 classes.
thanks for any information.

1 reply

fauvarque.daniel
ST Employee
July 23, 2024

This is described in the documentation embedded in the package

~/STM32Cube/Repository/Packs/STMicroelectronics/X-CUBE-AI/9.0.0/Documentation/embedded_client_api.html

You can access the documentation directly with STM32CubeMX, on a project with AI enabled just go in Help->X-Cube-AI Documentation and then click on  Embedded inference client API

Regards