2024-10-04 12:39 AM - last edited on 2024-10-04 12:55 AM by SofLit
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
2024-10-04 12:47 AM - edited 2024-10-04 01:02 AM
Hello,
Your question is not clear. Please provide more details.
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.