STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

TouchGFX documentation feedback

We wish to always improve our documentation. The best reviews and critics always come from the people that read it, so we would like to use this post to collect your thoughts and feedbacks. Please share what you like, dislike, what you think is missi...

Share your Custom Widgets!

When creating a UI project, you may need widgets that are not part of the TouchGFX library. To create your own graphical element, the TouchGFX team suggests using the Custom Container approach. Since TouchGFX 4.20 it is possible to export and import ...

STM32F746: CAN1 + CAN2 + LTDC

Posted on May 28, 2017 at 09:21Hello!We've found some strange behaviour in STM32F746 when turn on both CAN1 and CAN2 and LTDC is running. In such case there is a synchronization issue on the display like HSYNC sometimes misses its frame. It looks li...

At what point does the LTDC fetch new data from memory?

Posted on May 16, 2017 at 21:07The LTDC contains a 64x32bit (per layer) FIFO, when does the FIFO request a new burst of data? I.E. does it start seeking AHB and possibly FMC access at 1/2 full? Any information on the workings of this, beyond what th...

evan by Associate II
  • 492 Views
  • 0 replies
  • 0 kudos

STM32F4 + OV9655+ resolution SXGA??

Posted on April 03, 2017 at 20:54Hello anyone,Is it possible to take SXGA (1280 x 1024) resolution pictures with this camera?I have found examples of VGA header file, but I cant find anything about SXGA. Thanks.#sxga #camera #sdram #dcmi #ov9655

Memory management for STemWin

Posted on March 30, 2017 at 10:14Hi,I want know how ST manage the memory in order to run STemWin library.In my case, I am using F429IDiscovery Board.Firstly, I have seen that in stm32f429i_discovery_sdram.h it is defined the address 0xD000000000 fro...

JPEG into Memdev STemWin

Posted on March 28, 2017 at 10:20Hi,I am using 32F429I-Discovery Board with STemWin v5.32 and I am not able to show a JPEG image when I load it into a Memory Device.The code I am using is attached to the question.There firstly I draw the image at po...

0690X00000606MOQAY.png

Resolved! DSI PLL doesn't work with HSI

Posted on March 23, 2017 at 17:49Hello,I use DSI with external 25MHz osc. In some design I wanted to useHSI (is seems supported wrt. ref.manual) but the DSI PLL doesn'tlock at all.I use IDF=3 to have INFIN=16/3>4MHz and NDIV=125, thus Fvco=666MHz.OD...