Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
Hello,I seem to not be able to run model analysis on CubeAI. I use a Mac mini with M1 Apple Silicon but I also have Rosetta already installed, since I have other intel apps I run. I tried installing Rosetta 2 again via Terminal but still doesn't work...
Hi, I'm testing running a relocatable binary model. But when I use ai_rel_network_run(), I get into HardFault. The detailed error information is as follows, with my current test code attached. Does anyone know how to fix this please? Thanks in advanc...
I'm using the STM32 IDE, making a project for my Nucleo-G474RE. I've loaded the X-Cube AI software but when trying to analyze my model, it just refuses. I don't get any errors, it goes to about 16% then immediately to 100 and says anaylsis failed. I ...
As shown in the picture, when I send the generate command, a compilation error occurs. The problem appears to be that std=c99 needs to be adjusted. Does anyone know how to fix this please?Thanks in advance.
Hello, everyone.I had a problem with version 7.2.0 of X-CUBE-AI.I load a keras 1D-CNN model and generate the code. I want transmit my inputdata to ai_input ,but the do-while() enter a endless loop. my code:ai_input = ai_network_inputs_get(network, ...
I'm trying to Implement basic MNIST Handwritten Digit recognition Model on STM32F769 DISC1 kit using STM Cube AI.Here are the steps I followed.Took a standard MNIST Digit recognition model from here https://colab.research.google.com/github/trekhleb/m...
Hi,I want to set up data logging from some of the sensors (accelerometer and ultrasonic microphone) of the STEVAL-STWINKT1B to the SD card using the FP-SNS-DATALOG1.However, I also want to add more externally connected sensors to the STM32 via SPI (i...