2021-01-03 11:18 PM
Hello, I am using STM32F746 with FMC SDRAM, QSPI flash, DMA2D. I observed my display is flicking. You can check video using below link.
https://drive.google.com/file/d/1j3uyyHWHlFO-fGW23RI33Iyos6meYaB-/view?usp=sharing
Any suggestions for solving this issue.
I am using custom board with MCU 746 with below software with version :
Thanks
2021-01-04 09:49 PM
@EEuge I can't share my project. Hope you understand my point.
2021-01-04 09:53 PM
Ok. Share file, which name is like "touchgfx....HAL...Generated.c" (I dont remember name).
2021-01-04 10:01 PM
@EEuge I can't find and file with same name inside touchgfx folder.
2021-01-04 10:05 PM
TouchGFXGeneratedHAL.cpp
share it here
show me code of function " void TouchGFXGeneratedHAL::initialize() {} "
2021-01-04 10:20 PM
I think its changed in touchgfx 4.15 . I can see below function in boardconfiguration.cpp.
2021-01-04 10:23 PM
You are using the old way, please update to CubeMX 6.0.1, TouchGFX 4.15.
And look at the Application Template F746-DISCO.
/Alexandre
2021-01-04 10:25 PM
@Alexandre RENOUX Ok I am updating.
2021-01-04 10:30 PM
Look!!!!
You have
lockDMAToFrontPorch(false);
set it to true!
This is bug of new version of CubeMX - this line is not written in the generated code. I have to write it manually every time I update the Cube project. I wrote here about this to the developers.
2021-01-04 10:40 PM
@EEuge Ok i will change it. Currently I am updating CubeMX , touchgfx.
Also I am facing one more issue related to similar. Please check below link.
https://community.st.com/s/question/0D53W00000TIH7MSAX/stm32f746-display-getting-stuck
2021-01-05 01:49 AM
@Alexandre RENOUX I updated cubemx and toughgfx 4.16, But i m facing one issue while generating code.
My project path is D:\Color Dev\__CustmizedKitBootloader\Custmized_Kit_v0.7 and previously same path was fine with toughfx 4.15.