Touchgfx issues with dual core
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-04 12:39 AM - last edited on ‎2024-10-04 12:55 AM by mƎALLEm
I am using STM32h747 MCU, CubeIDE
my question:
My controller is dual core, So .cproject file is created inside each core folder. So for touchgfx i have to copy .cproject from inside CM7 to outside, otherwise touchgfx is not able to find. Is there any other way ?
Related to https://community.st.com/t5/stm32-mcus-touchgfx-and-gui/touchgfx-issues-with-dual-core/td-p/727642
- Labels:
-
STM32CubeIDE
-
STM32CubeMX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-04 12:47 AM - edited ‎2024-10-04 1:02 AM
Hello,
Your question is not clear. Please provide more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-04 12:54 AM - edited ‎2024-10-04 12:55 AM
In my existing cubeide project, I enabled touchgfx, ltdc, dsi, dma2d,
And generated code, .part file gets created inside touchgfx folder
Opened touchgfx designer using that .part file
Then generated the code from touchgfx designer, It FAILS, says can't locate .cproject
Then I have to copy paste .cproject from inside CM7 to outside as below:
After this touchgfx is able to generate code, but think this is just the workaround, not the proper way.
