cancel
Showing results for 
Search instead for 
Did you mean: 

STEMWin.GUI_MULTIBUF_Begin flickering

Beck.Karl-Michael
Associate III
Posted on August 26, 2016 at 18:35

After including some time critical realtime process to the mcu application which also handels a display flickering occurs. (bad idea i know)

I found that the flickering occurs when the GUI_MultiBuf_Begin function is called.

I never implemented a double buffer but thinking a bit deeper into it, it's a legible question if it's really necessarry for this function to do something which causes flickering...

I made an experiment where the GUI_MultiBuf_Begin runs through without getting interrupted by the realtime process and the flickering is nearly gone.

Maybe would be a legible question to segger what the heck they are doing in this func to cause flickering.

Any ideas? 

2 REPLIES 2
Walid FTITI_O
Senior II
Posted on August 26, 2016 at 19:09

Hi hal2ks_toy, 

Since this is not a SEGGER forum, I took your feedback into consideration and find some threads related to the same issue, where SEGGER gives some suggestions. Check there and come back to tell me if that solve your issue or if you have further feedbacks. Follow :

http://forum.segger.com/index.php?page=Thread&threadID=3297

,

http://forum.segger.com/index.php?page=Thread&threadID=3390

,

http://forum.segger.com/index.php?page=Thread&threadID=2756

-Hannibal-. 

Beck.Karl-Michael
Associate III
Posted on August 29, 2016 at 10:03

Hi,

thanks a lot for your effort. I wasn't aware segger is also in charge for the stm32-giveaway-version of the library.