Clear Filters
Clear Filters

Dual-core STM32 hardware support

4 views (last 30 days)
Nicolas
Nicolas on 12 Feb 2024
Commented: Nicolas on 16 Feb 2024
Hello,
I have been working on a project using the STM32H757XI microcontroller.
I am aware, as stated by the documentation, that dual-core controllers from the STM32H7XX series are not supported, as of today, but a few questions remain :
  • When can we expect to see hardware support for dual-core controllers ?
  • STM32 dual-core implementation being done by running 2 cores independantly at the same time, is it possible to program only one of the cores through existing MATLAB code generation features ?
Thanks in advance for your insights,
Nicolas

Accepted Answer

Nithin
Nithin on 16 Feb 2024
1) Hardware support for STM32H7xx based dual-core boards will be provided in the upcoming release of MATLAB.
2) The existing support for STM32H7xx based single-core boards provided by the Embedded Coder Support Package for STMicroelectronics STM32 Processors could be used to program the M7 core of the STM32H757XI microcontroller. However, do note that this workflow has not been tested.

More Answers (1)

Hassaan
Hassaan on 12 Feb 2024
When can we expect to see hardware support for dual-core controllers ?
  • Only Mathwork Staff can tell when they are planning to do so.
STM32 dual-core implementation being done by running 2 cores independantly at the same time, is it possible to program only one of the cores through existing MATLAB code generation features ?
  • You can try until unless they have HwID checks in place for detecting officialy compatiable STM32H743/53 series MCU.
-----------------------------------------------------------------------------------------------------------------------------------------------------
If you find the solution helpful and it resolves your issue, it would be greatly appreciated if you could accept the answer. Also, leaving an upvote and a comment are also wonderful ways to provide feedback.
It's important to note that the advice and code are based on limited information and meant for educational purposes. Users should verify and adapt the code to their specific needs, ensuring compatibility and adherence to ethical standards.
Professional Interests
  • Technical Services and Consulting
  • Embedded Systems | Firmware Developement | Simulations
  • Electrical and Electronics Engineering
Feel free to contact me.
  1 Comment
Nicolas
Nicolas on 13 Feb 2024
Thanks, guess I'll wait for some input from the Mathworks staff.
Regards,
Nicolas

Sign in to comment.

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!