2024-12-04 11:23 PM
Good Morning,
I'm using Simulink to develop code for the STM32F767 MCU, however we're looking at moving to a newer micro (STM32H7R318T6). This MCU doesn't seem to be available in STM32CubeMX V6.4.0, which is the officially supported version, so I have 2 questions:
- From STMicro's side, is there any reason why a later version won't work with Simulink? I understand if STMicro can't/won't answer this query.
- Is there a way of making these more recent MCU's available in V6.4.0 that I've completely overlooked?
Solved! Go to Solution.
2024-12-05 02:55 AM - edited 2024-12-05 02:56 AM
Sorry, this is not possible. If a part number is not available on a CubeMx version we cannot add it in it as it's not a modular implementation. Each incremental version can support more than the pervious one.
So contact Mathworks if they can upgrade Simulink to the latest version of CubeMx. Tis is the only solution available for you.
2024-12-05 02:16 AM - edited 2024-12-05 02:20 AM
Hello @CZuercher_Ilm and welcome to the community,
This is not the right please to ask about Simulink. You can contact mathworks on theirs forums on this link.
However you are using STM32CubeMX V6.4.0 which is an old version need to move to the latest version 6.13.0. Its supports the latest available MCUs including F7 series.
This is a screenshot of CubeMx showing a list of STM32F767 MCU part numbers:
Hope that answers your question.
2024-12-05 02:39 AM
Hi,
Thank you for your answer, however according to the Mathworks documentation they only support V6.4.0, so assuming I'm limited to this version (I've asked them if this truly is the case or not), is there any way of adding more MCUs to V6.4.0 of CubeMX, or is this simply not possible?
2024-12-05 02:55 AM - edited 2024-12-05 02:56 AM
Sorry, this is not possible. If a part number is not available on a CubeMx version we cannot add it in it as it's not a modular implementation. Each incremental version can support more than the pervious one.
So contact Mathworks if they can upgrade Simulink to the latest version of CubeMx. Tis is the only solution available for you.
2024-12-05 03:06 AM
OK, Understood.
Thank you.