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 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 ...

Why GUIDRV_SPage not included in Stemwin Library

Posted on February 08, 2016 at 08:01Hi dear members,I want to interface jhd12864 lcd using Stemwin library, The  segger document says that you can configure the KS0108 driver in the run time using GUIDRV_SPage.But GUIDRV_SPage.h file is not included...

peeyush by Associate
  • 459 Views
  • 0 replies
  • 0 kudos

SDIO transfers gets stuck

Posted on September 14, 2014 at 13:13Hi everyone. I'm having trouble writing images from a camera to a microSD card on my STM32F4 Discovery board. The SD writes keep getting stuck in the HAL function, SD_DMA_RxCplt(). I'm using FAT_FS, so even thoug...

STM32F4 and DCMI: DMA error

Posted on January 07, 2016 at 14:39Hi,I'm using a STM32F429 connected to a TVP5150 through DCMI interface.DMA is used to transfer data from DCMI to the external DRAM through the FMC.DMA is configured as follow:hdma_dcmi.Instance = DMA2_Stream1;    h...

luca2399 by Associate II
  • 1426 Views
  • 6 replies
  • 0 kudos

STM32F7 interfacing 7'' Rocktech LCD problem

Posted on January 30, 2016 at 16:52 Hello Guys, I've currently designed a board with an STM32F756IGT6. Connected to the board is an 7'' LCD from Rocktech. Same manufacturer as the 4.3'' LCD's that can be found on the stm32F7 discovery boa...

0690X00000605IaQAI.png
mvugs9 by Associate II
  • 719 Views
  • 1 replies
  • 0 kudos

STM32F429 DCMI -> DMA -> SDRAM

Posted on February 03, 2016 at 17:46Im trying to get image via DCMI, everything works fine, except DCMI frame received interrupt. When im receiving 320x240 rgb565 image, HAL_DCMI_FrameEventCallback is never triggering, so I redefined dma callback wi...

rokko by Associate II
  • 781 Views
  • 2 replies
  • 0 kudos

Getting incorrect data from SDRAM through DMA2D

Posted on February 02, 2016 at 16:52 I have an 800x600 pixels RGB565 image stored in the SDRAM of my STM32F7-discovery board starting at memory address 0xC0390000. What I want to do is saving this image to an SD card. The code for this is a...

0690X00000605FkQAI.png 0690X00000605MpQAI.png
deinoppa by Associate
  • 921 Views
  • 2 replies
  • 0 kudos

STM32CubeMX and STemWin

Posted on January 28, 2016 at 18:01Hi,I want to evaluate using STemWin in a new project but for the life of me I can't figure out how to use STM32CubeMX to generate code with STemWin. From what I understand it wasn't included but now it is. The down...

FMC on STM32F4xx for Graphics Applications

Posted on January 18, 2016 at 00:37Hellos,I see there is an inbuiltFMC on the STM32F4x9 MCUs which can interface to various memory types including NAND, NOR , SDR SDRAM. My question is: Is it a good idea to use the NOR or a NAND Flash as a FRAME buf...