Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to use external Flash with STM32Cube.AI?

Hi,I have managed to program the STM32F746G-DISCO with a simple neural network but when I try to do it using the external Flash by using the option in advanced settings (External NOR Flash) it doesn't work. Any idea why? Is there anything else I need...

DPast.2 by Associate
  • 826 Views
  • 2 replies
  • 0 kudos

Error in downloading stm32cube_fw_f7_v1160.zip

I am trying to use the STM AI by following the instructions in this document.I get the above mentioned error while trying to download it from the CubeMX.I tried downloading it from this website and it simple does not start downloading.I tried downloa...

AS.4 by Associate
  • 1607 Views
  • 11 replies
  • 0 kudos

Resolved! How does the aiValidation in X-CUBE-AI run?

We are running X-CUBE-AI on an stm32F746 eval board (and a number of other stm32 eval boards). We are using version 7.1.0, 7.2.0, and 7.3.0, and using the generated source code for CubeIDE.We then pulse a GPIO whenever ai_mnetwork_run() runs, which w...

MChan.10 by Associate II
  • 808 Views
  • 2 replies
  • 0 kudos

What are the reasons of Memory Managent Exception?

I am implementing a program that retrieves sound from MEMS microphone and process it with XCUBE-AI. The sound is retrieved with DMA, and the related data is written inside RAM. When I use this data, the program goes into Memory Management handler. Ho...

Neural Network with Dynamic Input Size

We have created an LSTM model using Keras, and decreased its size to use it on our STM32F746G-Disco board. Our model can actually process dynamic size records. This means that, we do not need fix the size of the record. We could realize it on Google ...