Resolved! STM32CubeAI BUG
Hi, Every time I click on the AI model, my clock tree is forcibly changed, and the external clock is also changed for me.
Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
Hi, Every time I click on the AI model, my clock tree is forcibly changed, and the external clock is also changed for me.
Hi @Julian E. , I want to change the Hue, Saturation, and Brightness of the B-Cams OMV camera all at once while running the image classification application code from the Model Zoo. However, when I run my code, only the last value gets captured and r...
Hi Supporter: I attempted to train a model using NanoEdge AI Studio,Some errors occurred! first,I create a NC-class project (ps:I haven't connected the development board. I'm just using the computer for simulation.) add signal benchmarkWhen...
Hello everyone,We encountered a problem while setting up our benchmark on NanoEdgeAI.When we want to select the signals, we don't have a "Select All" button.So we have to manually select all the boxes. The problem is that we have over 4,000 signals t...
Hello,I am currently working on STM32N6570-DK. I want to create static library from files inside of Application layer and then I will create user memory and code section inside of my project. Therefore, users will develop their own graphic and I/O co...
I'm using Nucleo Board N6570X0-Q. 2 Problems:1. the linker file can not automatically store parameters of the ai model to the on board flash?I configured the flash (I think with the right configuration in XSPI2 for the Flash), but the generated ld fi...
Could Anyone please help me with the Example application where MDK-ARM toolchain is used to build the application using ST Neural-ART accelerator™. I have STM32N6570-DK evolution kit and I'm trying to develop a prototype for KWS usecase. We have alre...
I want to perform transfer learning on yamnet model zoo to train the model on mimii dataset to categorize normal and anomalous machine sounds. how do i do that?
Hi, I want to download the demo code which was already in the STM32N6570-DK board when I bought it. But I can't find it anywhere. Kindly help me in this matter.
I have this board with STM32L4R9 and I used CubeMX and Unico-GUI tools to generate a decision tree for MLC in .ucf format. I used a python script to convert this to C uint8_t array as follows: const uint8_t lsm6dsox_ucf[] = { 0x10, 0x00, 0x11, 0x0...