User Activity

I loaded my mobilenetv3 model in STM32CubeAI but when I tried to choose the compression ratio of 4 and 8 to reduce size, the RAM and FLASH requirements are still the same.Also, I optimized my model in tensorflow lite which results in ~2MB, but when I...
I am using STM32F429 in my project which connects to an ATmega2560 thru UART. In arduino, there is a function Serial.Available() to check if the serial buffer is empty or not.Is there a function in STM32 that is similar to Serial.Available() in Ardui...
I've been watching the project creation of an AI application in STM32Cube.AI. What I am looking for is a tutorial on how to use the  X-CubeAIto run inference on data that are feed to the GPIO pins of STM32 MCU's. So far, I did not see STM giving tuto...