STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! shared one Modal window for all screen

Suppose we have 50 different screen in a program.For the following modes, I have to show information to the user in a Modal window in the same screen we are in.For example, USB connection - correct storage of information in the memory - temperature c...

Natali by Associate III
  • 880 Views
  • 5 replies
  • 1 kudos

STM32F746 touchgfx and USB don't work

I am not able to use both USB (CDC or MSC class tested) and touchgfx (GUI) in my device which consist of: STM32F746, 800x600 touchscreen, external qspi flash for assets, external sdram and other peripherals like spi or i2c. Firmware is based on freer...

BMich.2 by Associate
  • 933 Views
  • 3 replies
  • 0 kudos

DCMI to USB Video Streaming

Hi all!I need to transmit data captured from DCMI to USB as a UVC Device Class. Is there any existing example that works? I have verified the DCMI Interface and it works fine. Now I need to transfer the data over USB-HS. I am using STM32H747IIT6 as m...

Resolved! Problems with ethernet and usb when using TouchGFX

HelloI'm working with a custom HW with a STM32H753 controller.The operating system is Keil RTX and Keil Middleware is used.I have a 272x480 display connected to LTDC (RGB565).I also have ethernet functionality implemented with a LAN8742A PHY and one ...

jimmii by Senior II
  • 820 Views
  • 5 replies
  • 0 kudos

STemWin + USB Host MSC + stm32h7

Hello. I try to make application with USB FS (host msc) and emwin on board stm32h743i-eval.When i connect USB, enumeration doesn't happen. Function USBH_Get_DevDesc always return USBH_BUSY, and usb stay in state ENUM_IDLE. But if i comment function G...

Labels