-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STM32H7RS project creation is not working #164
Comments
Thanks for raising this issue. We are working with ST on a solution. Expect it in Feb/Mar 2025 (as it requires a change in CubeMX). |
Reproduced: In v1.46.0 and the device Instead, the STM32H7RSxx_DFP provides a specific |
Second issue is the outdated/erroneous Cube template shipped in STM32H7RSxx_DFP v1.0.0. The generators:
options:
- generator: CubeMX
map: <project> This issue is solved in https://github.com/Open-CMSIS-Pack/STM32H7RSxx_DFP/blob/b801921a3c695749efbd408a061ddf5e45d214c3/Templates/CubeMX/Appli/Appli.cproject.yml#L10C1-L13C17 and will be shipped in the next release of the DFP. As a workaround, one could either patch the
Attention: cpackget 2.1.5 which is shipped in CMSIS-Toolbox 2.7.0 is affected by Open-CMSIS-Pack/cpackget#421. The above use of |
Note: we are waiting for the next CubeMX (should come in Feb/Mar) as there are other issues with STM32H7RS series. |
Bug Report
With the current version of the tools, it is not possible to create a project for the STM32H7RS. This processor has a boot and an application project.
The two projects are not created. I have created both projects manually. You can start CubeMX and the files are also generated by CubeMX. However, they are not integrated into the projects.
To Reproduce
Steps to reproduce the behavior:
The same applies to the Keil MDK (uVision)
The text was updated successfully, but these errors were encountered: