2018-01-16 08:38 AM
I am using the STemWin GUIBuilder for STM32F429 Discovery and this works fine. Trying the same procedure with the STM32F746 Discovery causes partial distortion on the screen. For example Slider and Buttons have a lot of distorted pixels, Multiedit boxes not. If I place the widget manually everything is ok. Same problem was posted a couple of month ago in this forum but never solved.
Has anyone a solution for this?
2018-01-20 03:17 AM
The solution is to disable the data cache in the STM32F7 (thint from the Segger Forum). So adding SCB_DisableDCache(); directly after CPU_CACHE_Enable(); in main() will help!
2018-01-22 03:52 PM
I had a similar problem.
My solution is here
https://arm-stm.blogspot.com/2017/04/stm32f746ng-discovery-ram-stemwin.html