Edge AI

Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

[Short Survey] Please give us your feedbacks on ST model Zoo Services

Hi everyone,   In order to help our developers understand how their work is used and what to do in order to improve model zoo, we kindly ask you to look at this survey about ST Model Zoo Services.   Link of the survey: https://docs.google.com/forms/d...

Cube AI studio: build fails after editing .ioc file.

Whenever I am starting to make project  from scratch in STM32Cube AI studio, It gives complete structure with .ioc files as well as AI files, but as soon as I make changes in .ioc file and generate code after loading in CubeIDE, it changes the middle...

Resolved! Sharing my repo - Apply Tiny Vision Transformer on STM32N6

I've implemeted a vision transformer for STM32N6 NPU.Repository: https://github.com/minchoCoin/stm32n6-transformerBatchMatmul operator is not yet supported on NPU and run on the CPU, but it is much faster than STM32H7(inference time was reduced by ab...

mincho00 by Associate II
  • 228 Views
  • 1 replies
  • 1 kudos

STM32 Cube AI Studio FP32 Model Compilation Issue

Hi I have FP32 TFLite model. I can able to compile quantised model with STM32 Cube AI studio. i am getting some error while compiling FP32 model with STM32 Cube AI studio. Please let me know the steps to build FP32 model and make the C files correspo...

Can't connect custom board to STM32Cube AI Studio

Hi everyone,I’m having an issue connecting my custom board based on STM32H723ZGT6 to STM32Cube.AI Studio. The software cannot detect any COM port or target device.Setup:UART interface via USB-TTL converterUsing USART1 (PA9 TX / PA10 RX)TX/RX crossed ...

c9a89973beabc55de226abe2c09537a2.png

Cube AI Studio failed to download sector[0]

Hello,I have my N657X0H3Q running on Cube AI Studio, the model to use is .onnx file, and the connection to the board is checked.However, there's an error while Cube AI Studio automatically programming the "network_atonbuf.xSPI2.bin" by cube programme...

An5 by Associate II
  • 174 Views
  • 0 replies
  • 0 kudos

Resolved! Using STM32N6 on a USB Adapter

I'm new to using AI. I want to create a USB adapter that will connect to devices with a USB port and manage and control them.How would I go about accomplishing this?Are there any pre-defined models I could use?