Neural Network Demo application resource for STM32H743ZI
I am new to STM32 and wants to implement a neural network application on STM32H743ZI. Please provide me some guide lines
I am new to STM32 and wants to implement a neural network application on STM32H743ZI. Please provide me some guide lines
Hi,STM32L5 has Cortex-M33 processor. In the official documentation it says that Cube.AI supports Cortex-M CPUs (including M33). Why is it still not possible to choose AI library for Cortex-M33 on STMCubeMX IDE? Is there anything fundamentally differe...
I am using the STM32H745ZI-Q Dual Core MCU. My workflow is to generate the AI library using a Single Core processor and then copy the project into my Dual Core. Now I am trying to use External Ram Configuration (STMCube) to map the activations NOT in...
Hi, everyone have someone know where can find the voice recognition of STM32L1 application?I just need few Japanese vocabulary to identify command, but I didn't find it. AWS didn't match my request. Could you please help me?
How do I run larger ML models (greater than 10MB)? Is interfacing external ROM with QSPI and memory mapping it alone sufficient?Can I use an SD card instead? Can the memory card be memory mapped to internal flash? Can I paste the weights on the memor...
Hello,I am undergraduated student in South Korea. Right now, I've ran into a little problem during my research. So I'm uploading this message becasue I believe that you guys can help sloving this probelm. I wanted my model to work in right way while ...
When using the CubeMX code generator, I am not able to include the Cube AI library when selecting STM32H745ZI-Q. Is there a way to use one of the H7 Family Dual Core MCU's with the CubeAI library? Or is it possible to generate the necessary library u...
Hello all,I have bought a SensorTile.box which has LSM6DSOX, an IMU with Machine Learning Core. I am seeing some decision tree-based examples/implementation of LSM6DSOX.If I train a new model for my application, My query is how to load that model int...
Hello, I am under graduate student in Korea and I have a question to solve a little of problem.I tried so many time to classify at sensor tile.In my case, I quantized my model with validation npz and converted to C code by codegenerator which is as k...