cancel
Showing results for 
Search instead for 
Did you mean: 

Intermittent weird text area

Muharrem
Associate II

Hello.

I try develop TouchGFX+FreeRTOS based project for my custom board.

I have a text area problem. I attached photo. Also project attached.

It is not stable. It looks like always updating.

Also when i touch the buttons other text areas looks same just for a moment then stay stable.

What may cause to this problem?

I try to solve it via typography, task priority, but no result.

Microcontroller:STM32F750

CubeIDE ver: 1.15.1

TouchGFXDesigner: 4.24.0

Thanks.

 

LCD.jpeg

1 ACCEPTED SOLUTION

Accepted Solutions
Muharrem
Associate II

https://community.st.com/t5/stm32-mcus-touchgfx-and-gui/text-not-showing-on-new-system-touchgfx/td-p/665235 

https://support.touchgfx.com/docs/development/board-bring-up/how-to/02-cpu-running#cache-on-f7-and-h7 

I disabled "DCache" and it works stable now. 

 

It says: "It is recommended to disable at least the data cache until you have a stable platform."

"The solution is to flush the cache at certain points in your project, but we recommend to deal with this at a later point."

The solution doesn't look like easy. Disabling the Dcache is best solution for me.

Which problems may occur if i disable the Dcache?

View solution in original post

2 REPLIES 2
Muharrem
Associate II

https://community.st.com/t5/stm32-mcus-touchgfx-and-gui/text-not-showing-on-new-system-touchgfx/td-p/665235 

https://support.touchgfx.com/docs/development/board-bring-up/how-to/02-cpu-running#cache-on-f7-and-h7 

I disabled "DCache" and it works stable now. 

 

It says: "It is recommended to disable at least the data cache until you have a stable platform."

"The solution is to flush the cache at certain points in your project, but we recommend to deal with this at a later point."

The solution doesn't look like easy. Disabling the Dcache is best solution for me.

Which problems may occur if i disable the Dcache?

> Which problems may occur if i disable the Dcache?

 

Decreased performance.