DNN Code Generation for STM32H747I-DISC0

4 views (last 30 days)
Peter Balazovic
Peter Balazovic on 16 Dec 2021
Answered: Sayan Saha on 21 Dec 2021
I would like to generate the code using MATLAB/Simulink with Deep Learning Toolbox for Cortex-M for STM32H747I-DISC0.
Is this type of STMicroelectronics board supported?
Can be laveraged some already existing Embedded Coder Support Package?

Answers (1)

Sayan Saha
Sayan Saha on 21 Dec 2021
Hi Peter,
Starting in 21b release we have two support packages that you can use to generate code for various STMicroelectronics board as listed below.
Supported STMicroelectronics Discovery boards with the Embedded Coder Support Package for STMicroelectronics Discovery Boards:
  • STM32F746G-Discovery
  • STM32F769I-Discovery
  • STM32F4-Discovery
Supported STMicroelectronics Nucleo boards with the Simulink Coder Support Package for STMicroelectronics Nucleo Boards:
  • Nucleo-F401RE
  • Nucleo-F103RB
  • Nucleo-F302R8
  • Nucleo-F031K6
  • Nucleo-L476RG
  • Nucleo-L053R8
  • Nucleo-F746ZG
  • Nucleo-F411RE
  • Nucleo-F767ZI
  • Nucleo-H743ZI/Nucleo-H743ZI2
The hardware you've mentioned (STM32H747I-DISC0) is not supported currently. For the supported boards we can generate C/C++ code from 21b release. Here is an example: https://www.mathworks.com/help/coder/ug/generate-code-for-lstm-network-and-deploy-on-cortex-m.html
In 22a release, we are also adding support to generate code that leverages CMSIS-NN API for these boards.
Thanks,
Sayan

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!