STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

AVI format with Motion-JPEG

Hi,​Reference the Official Code from CubeMX in STM32Cube_FW_H7_V1.6.0 -> JPEG_MJPEG_VideoDecoding.And I have built the code for my own board test, but I got some error on it.When I debug the code, it always get in HardFault at StreamSize like the ima...

0693W000000UTGXQA4.png

STM32L073 HAL_LCD_Write function

Posted on November 29, 2017 at 09:01Hello,I'm working on a custom board : stm32l073 + LCD screen ( matrix 4 x 25 ).I can't understand how to use HAL_LCD_Write function.As far as I understand I just need 3 parameters in order to write LCD : COM: 0-3 ...

moranf by Associate II
  • 1169 Views
  • 5 replies
  • 0 kudos

emWin_PNG License issues

Hi,We have successfully integrated Segger's emWin_PNG library (https://www.segger.com/downloads/emwin/emWin_PNG) with STemWin on STM32H7 series MCU. Segger License agreement shown during emWin_PNG library download has below wording which might be an ...

STang.1 by Associate II
  • 203 Views
  • 0 replies
  • 0 kudos

STM32L4R7VI DCMI with large image resolution

Hi Community,I'm trying to get an image from a camera with a resolution of 752x480.In this case, the size (752 * 480) / 4 = 90240 exceeds the maximum DMA transfer length 65535.And I get a broken image: 1/4 of the image is duplicated.Original image:DM...

0690X00000AAPmdQAH.png 0690X00000AAPgGQAX.jpg
MMele by Associate
  • 591 Views
  • 4 replies
  • 1 kudos

STM32H743zit DCMI DMA not Working.

I can not get the DCMI Working with OV7670 Camera. The Hardware is correct, Camera setup is correct.  HAL_DCMI_Start_DMA(&hdcmi, DCMI_MODE_CONTINUOUS, (uint32_t)framebuffer, sizeof(framebuffer)/4); The DMA Always Fails. The problem is with the STM...

SSche.1 by Associate II
  • 355 Views
  • 4 replies
  • 0 kudos

STemWin future?

I see that in G0 G4 Folder STM32Cube\Repository\STM32Cube_FW_G0_V1.3.0\Middlewares\ST STemWin is missing. I wonder if there is a reason for that, ie does it still work? (CRC hardware lock ok?)

Labels