cancel
Showing results for 
Search instead for 
Did you mean: 

Touchgfx issues with dual core

k_c2024
Visitor

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

2 REPLIES 2
SofLit
ST Employee

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.

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.