cancel
Showing results for 
Search instead for 
Did you mean: 

CUBE AI 8.1.0 does not run

limjongmin
Associate

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

1 REPLY 1
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen