2023-12-11 11:12 PM - edited 2023-12-11 11:17 PM
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?
2023-12-12 02:24 AM
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