User Activity

 When designing stm32 AI, the values come out, but the learned values don't seem to come out. This is training data using 12 variables. Please help me if there is a problem with the code. /* System headers */#include <stdint.h>#include <stdlib.h>#inc...
This is training data that receives 12 inputs and outputs 1, but strange values appear, so please check and review the code.  #ifdef __cplusplus extern "C" {#endif /* Includes ------------------------------------------------------------------*/ #if d...
Hello, I saw the link below and ran it.// Set pointers wrapper structs to our data buffersai_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...
   https://www.digikey.fr/en/maker/projects/tinyml-getting-started-with-stm32-x-cube-ai/f94e1c8bfc1e4b6291d0f672d780d2c0