STM32WL55: Why is Makefile grayed out in STM32CubeMX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-18 7:45 AM
I'm trying to create a Makefile-based project for the STM32WL55CCUx microcontroller but it's not possible.
Why is it disabled? Is there a workaround?
Thanks in advance.
Solved! Go to Solution.
- Labels:
-
STM32CubeMX
-
STM32WL series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-19 1:55 AM
Hi @MTall.3​,
First let me welcome you to the STM32 Community :smiling_face_with_smiling_eyes:
Actually Makefile toolchain (as well as TrueSTUDIO and GPDSC) are not available for multicontext SOCS.
Otherwise, starting the project based on STM32WL55 as Single Core, it will be possible to select Makefile as toolchain :
Hope this answers your question. If it is the case, please click on the Select as Best button on my reply in order to help other members of the community find the answer more quickly.
Khouloud.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-19 1:55 AM
Hi @MTall.3​,
First let me welcome you to the STM32 Community :smiling_face_with_smiling_eyes:
Actually Makefile toolchain (as well as TrueSTUDIO and GPDSC) are not available for multicontext SOCS.
Otherwise, starting the project based on STM32WL55 as Single Core, it will be possible to select Makefile as toolchain :
Hope this answers your question. If it is the case, please click on the Select as Best button on my reply in order to help other members of the community find the answer more quickly.
Khouloud.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-19 9:19 AM
In which moment ask STM32CubeMx to choose dual/single core new project?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-19 9:24 AM
If you choose File -> New Project and search for a part that has dual cores (e.g. stm32wl55cc), STM32CubeMx asks you about dual/single core right after you have double clicked the chosen part
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-19 9:30 AM
Hm.. very interesting.
He asks me if I choose stm32wl55cc, but does not if I choose stm32h745zi.
But both chips are dual core.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-19 9:34 AM
Where does it say stm32h745zi is dual core? I cannot find that information anywhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-19 11:54 PM
Left column, features - dual core.
CubeMX creates two projects together, for M7 and M4.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-20 12:06 AM
I wonder how I managed to miss that information.
I can verify the same behaviour, as is also apparent from the xml files in ~/.stm32cubemx/databases/DB.6.0.30/db/mcu
Comparing the two microcontrollers, only the STM32WL55CCUx includes the question about single/dual core on lines 5-9.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-20 12:16 AM
Yeah, I compare two xml and found that question.
ST thinks, that mono-core mode for h745 is not possible or importnant.
Ok, no more question on this thread :)
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-09-06 5:51 AM
Hi,
I also would like to generate the makefile for the STM32H745 dual core. This option is also disabled.
Is there anyway around to generate the makefiles for both cores?
