Skip to main content
Visitor II
December 12, 2023
Question

CUBE AI 8.1.0 does not run

  • December 12, 2023
  • 1 reply
  • 1177 views

Hello, I saw the link below and ran it.

// Set pointers wrapper structs to our data buffers
ai_input[0].n_batches = 1;
ai_input[0].data = AI_HANDLE_PTR(in_data);
ai_output[0].n_batches = 1;
ai_output[0].data = AI_HANDLE_PTR(out_data);
An error is occurring in this code.
Can you provide example code so I can easily check it?

 

https://www.digikey.fr/en/maker/projects/tinyml-getting-started-with-stm32-x-cube-ai/f94e1c8bfc1e4b6291d0f672d780d2c0

This topic has been closed for replies.

1 reply

ST Technical Moderator
December 12, 2023

Hello @limjongmin,

I advise you to follow this guide shows how to use and install the X-CUBE-AI expansion package through STM32CubeMX:

If your problem is not resolved, I advise you to provide more details on your issue (error message, screenshot)

Thanks

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks