User Activity

Hello everyone,I have successfully set up and run a C-based AI model on my local development environment using the X-CUBE-AI libraries and a Makefile. The setup involves compiling and executing the model on my local CPU, and I am getting the expected...
I generated the network code using the STM32Cube.AI CLI and now have network.c/.h files. I want to integrate them into my existing STM32CubeIDE project and use the main() function as mentioned in the documentation("file:///C:/Users/user2/STM32Cube/Re...
When generating code using STM32Cube.AI GUI, I get all the necessary project files.However, when using the CLI, I only get the model's .c and .h files. Is there a command to generate all the additional files via CLI? Or can anyone explain the differe...
Hi everyone,I'm new to STM32CubeIDE and encountering an issue with my code. It seems to halt at the following loop:  while ((HAL_GetTick() - tickstart) < wait) { } I've attached the .ioc file for reference. Can someone help me identify why the pr...
Hello everyone,I'm new to using STM32CubeIDE and I'm encountering some issues while debugging my code. I'm working with an ONNX model on the STM32F746NGHx board and have generated the code accordingly. However, I'm facing a problem with the function ...