Skip to main content
Associate II
October 4, 2024
Question

Touchgfx issues with dual core

  • October 4, 2024
  • 1 reply
  • 702 views

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

1 reply

mƎALLEm
Technical Moderator
October 4, 2024

Hello,

Your question is not clear. Please provide more details.

 

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
k_c2024Author
Associate II
October 4, 2024

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:

k_c2024_0-1728028389821.png

After this touchgfx is able to generate code, but think this is just the workaround, not the proper way.