Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
I have a model with 14 float inputs in a single array and 3 array output each with a size of 4 float numbers. However the AI_input_size is ((1*1*14)*4) when I need it to be ((1*1*14)*1) and the AI_output_size is ((1*1*3)*4)#define AI_NN1_IN_NUM ...
I have trained a neural network model and trying to implement it using STM32L476RG Nucleo board. I have generated an application template and the input to the neural network is 32 X 32 X 1. I'm trying to understand below parameters in network_audio_a...
I am using Keras model to validate the code . I am enclosing the schematic details for your reference.How should I Configure the platform settings of AIwhat should I select here If I select manual following error shows If I select the below setting e...
Hi,i was trying to update my cubeAI pack but cubeide can't unzip this new version.If I use my old projects and I try to change something in the .ioc file a message appeare on my pc:these IPs still have some not configured or wrong parameter values: [...
X-Cube AI initialization stucks on ai_network_create() when CRC peripheral is off. I noticed this problem when i tried to use X-Cube AI library inside a C++ class and called ai_network_create() inside a constructor. Class constructor was called befor...
In the above figure what is Basic and template and in the below figure why the other items are disabled
Just received this email: We have had the SensorTileBox SL-MKSBOX1V1 since early this year (and I don't think it was new then) - so what is actually new here?
Can STM32L1 and STM32L0 be used for AI development (is. running inference of neural networks)? I was hoping to use those chips with X-CUBE-AI. Yet, when I read the user manual, those chips were left out of the list of microcontrollers. Why is this so...
Hello,Device Configuration Tool Console doesn't open in STM32CubeIDE.I clicked "Open Console -> 4 Device Configuration Tool Console". But the console was not opened.It is important to Validation of X-CUBE-AI application.Thank you.