Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32N6 has been officially launched

The STM32N6 has been officially launched yesterday at the STM32 Summit!      The STM32N6 is based on the Arm® Cortex®-M55 running at 800 MHz. It is the first STM32 MCU to embed the ST Neural-ART accelerator™, an in-house developed neural processing ...

JulianE_0-1733924431757.png

STEVAL-STWINBX1 datalogger - are all external interrupts used ?

I am using the STEVAL-STWINBX1 development board with the FP-SNS-DATALOG2 software.I would like to configure an external interrupt for a digital input, but it appears all 15 external interrupts are being used ?On the schematic, there is a table which...

johngj_0-1721903884064.png johngj_2-1721904515988.png johngj_3-1721904701388.png johngj_1-1721904284365.png
johngj by Senior
  • 475 Views
  • 2 replies
  • 0 kudos

Resolved! STEVAL-PROTEUS1 evaluation kit can not connect via bluetooth

Hi,I have just opened my new STEVAL-PROTEUS1 evaluation kit for my project. I tried to connect it with the STBLE sensor app, but I realized that it does not appear on the Bluetooth search. Then I tried my STEVAL-STWINKT1B sensor kit, and it connected...

FA-AI-Vision

Hello, I would like to know if I can use FP-AI-Vision to design my own application, for example, to detect trees in a yard. Or is it designed only for the three applications: food recognition, person presence detection, and people counting?

MH24 by Associate II
  • 328 Views
  • 1 replies
  • 0 kudos

Deployment of an AI model in a STM32F407-DISC1

I want to call an AI model in the main.c to show the result of the prediction in a serial monitor, but I can't find out what functions in the X-CUBE-AI folder to use and how to use them.

nj2 by Associate
  • 407 Views
  • 1 replies
  • 0 kudos

Cubeai "validate on desktop"

I want to extract accuracy via "Cubeai". I can give multiple inputs and observe the results, but I cannot determine accuracy. What should the "Validation outputs" file look like? What should it contain and how should it be organized?

MSeze.1 by Associate
  • 590 Views
  • 1 replies
  • 0 kudos

Resolved! Yolo model on STM32H747I-DISCO

My use case is about computer vision (yolo model preferably) and how to monitor its inference in order to have an idea of its carbon footprint when running on the chip. I heard that stm32-zoo has a yolo model available, so it is possible to use it on...

TECO by Associate II
  • 797 Views
  • 2 replies
  • 0 kudos

X-CUBE AI PROBLEM WITH INFERENCE RESULT

I have created my own cnn model and want to run it on STMH753ZI board using X-CUBE-AI. I have executed all the steps to run the inference. The inference is also running but the output is always 0. With my fixed input of sample shape (1,50,12). I cann...

AAli.2 by Associate II
  • 1603 Views
  • 7 replies
  • 0 kudos

facing trouble in how to use the generated code by cube ai 9.0

hello everyone , i'm a newbie at edge ai in stm32 and i'm using cube ai 9.0 .i want to get information in how to use "MX_X_CUBE_AI_Process() " and "MX_X_CUBE_AI_init()" , i didn't find documentation or something about what the function does , what's ...