cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F746G Discovery: What is the difference between CU3 and CU4 suffix?

VSabn.1
Associate II

Hi,

I have a STM32F746G Discovery board on which I have developed an application. The application was running fine on STM32F746G Discovery CU3.

 

When I bought a new identical board and flashed the application, the display literally showed something  like this:

WhatsApp Image 2024-11-18 at 16.21.15.jpeg

 

 My old board is DK32F746G$U3, which is working fine, but the new one is DK32F746G$CU4, which shows Black screen. 
I have no clue what the display is used for CU4 as I could not find any information about it. 

How do I solve this? 

12 REPLIES 12

I fixed it!

How?

GaetanGodart
ST Employee

Hello,

 

If you are using a new board revision with an old project, the simplest way to fix it is to create a new project and to import your GUI in the new project.
If your project is complex and uses code outside the scope of TouchGFX, either you manually add that extra "external" code or you apply the patch file (git apply patchname.patch) attached in this message.

 

Regards,

Gaetan Godart
Software engineer at ST (TouchGFX)