Resolved! Power Consumption
I am testing DL model on different MCU platform. Is it possible to get the power consumption information?And is there any option to change the clock frequency of MCU? Ritesh
I am testing DL model on different MCU platform. Is it possible to get the power consumption information?And is there any option to change the clock frequency of MCU? Ritesh
I am trying to make a voice controller light with the help of STM32F411RE. I have trained a model with the help of google colab and imported it in both the format that is .h5 and .tflite but initially it was showing that the space is full and then af...
Hello, I am trying to build a simple AI app on my stm32f7 discovery board.In VSCode when I try to build my cmake project (simple hello world DNN) generated with STM32CubeMX and TFlite Micro runtime (application template), I get a lot of linker errors...
Hello, I'd like to know if ST could provide software package or any tutorial to realise the Vibro-Acoustic Sensor Fusion demonstrated in this video https://www.youtube.com/watch?v=bi4NenlnR-k? I have an STEVAL-STWINKT1B on hand. Thanks in advance.
In ST Edge AI Developer Cloud I generated the C library of a ST_LSM6DSO16IS_ispu_wand_dataset with platform selected as ISPU. I got many library files in which the major APIs are in the network.h and its c file. I need an API manual or documentation ...
Hello, I generated the C-code for my AI model using Cube AI, and I'm struggling with how to correctly set up the function calls and everything to initialize & run my model on Cube IDE. I made these first lines to verify if the returns were working fi...
Hello , I have a problem when trying image classification with STM32H743ZI2+ B Cam Omv,My generated code from ST_Model _Zoo build with Camera DCMI Mode + USB Display is oke, but afer i flash, My display stop here , seems like it can't get new frame ...
I am using the STEVAL-STWINBX1 development board with the FP-SNS-DATALOG2 software.I am struggling to configure PB1 as a digital input for an external interrupt (which is on pin 12 of the expansion connector CN1)... I start by opening the .ioc file i...
Hello everyone, I am working on a project using nanoedge studio ia in rating N, I want to check my project with cube ide, I can make a view with tera term or other tool, which shows the result corresponding to my database. I used stm32L475vgt6; The p...
I have built and trained a recursive model with my data and generated the `.h5` and `.tflite` files. While I have been able to optimize the `.h5` file successfully, I am facing difficulties quantizing it. Below is the error I receive when attempting ...