Bug in CubeMX with STM32H747 DualCore and AzureRTOS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 12:41 AM
Hello, maybe I found a bug in CubeMX.
Actually it is not possible for me to generate Code for the DualCore derivates to get AzureRTOS active on BOTH cores.
After activating a new project with AzureRTOS selected for both cores, all of the port-*.c and *.h files are removed after further changes in GUI with new code generation.
This bug is very annoying, because using dualCore Azure an each Core is not usable in fact.
bestRegards
Alexander
Solved! Go to Solution.
- Labels:
-
AzureRTOS
-
STM32CubeMX
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 5:00 AM
this issue is internally tracked and will be fixed in the coming STM32CubeMX version. So for the moment, you'll need to delete that file each time before regenerating the project.
Sorry for the inconvenience.
regards
Haithem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 3:31 AM
Hi @AZorn.1​
Which STM32CubeMX version are you using?
could you share a sample .ioc project that shows the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 3:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 3:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 3:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 4:52 AM
Hi,
Issue reproduced, could you try to remove the file '.mxproject' located under the root folder of your project then regenerate?
regards
Haithem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 4:58 AM
Hello,
thank you for this hint, seems that, after deleting .mxproject both ports are generated correct. But only once, after changing anything else in cubeMX, the port is missing again.
Is it necessary to delete this file, prior to every code generation, to be sure, all code is generated correctly?
br
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 5:00 AM
this issue is internally tracked and will be fixed in the coming STM32CubeMX version. So for the moment, you'll need to delete that file each time before regenerating the project.
Sorry for the inconvenience.
regards
Haithem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-15 5:43 AM
Ok, thank you for the information and the support.
