STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ADC run by DMA & TouchGFX DCache issue

Hi,I have a custom board with STM32H7 & TouchGFX.I'm using DMA triggered by interrupt to sample datas with my ADC. Without DCache enable, it's working well. But TouchGFX fails if DCache is disabled (problem meet by others here: https://community.st.c...

STM32H750 JPEG: Video processing is always stuck

In my project, SD card was used to store the video, JPEG peripherals +DMA2D were used to convert the video format and finally displayed on the LCD screen, but only the first 4 frames could be converted each time, and then HAL_JPEG_DecodeCpltCallback ...

MaChao by Associate II
  • 304 Views
  • 1 replies
  • 0 kudos

STM32F4 Discovery with OV3640/OV5642 camera module

Posted on January 24, 2013 at 08:05Hi,I am using STM32F4 discovery board and ported STM32_Eval DCMI(From OV2640)example to work with OV3640.I used OV3640 to grab RGB image using settings from http://www.arducam.com/download/library QVGA setting. I c...

mahesh23 by Associate
  • 4562 Views
  • 9 replies
  • 2 kudos

DMA2D and LTDC double buffering

Hi everybody,I'm developing a simple gui on an STM32F429 microcontroller with the use of the STemWin grapich library. Everything is working well till I'm using just one framebuffer; now I would like to use double buffering to optimize the interface a...

andrea.l by Associate
  • 1625 Views
  • 5 replies
  • 1 kudos

TouchGFX task stuck at DMA transfer

Hello there,I have a problem with a stuck TouchGFX task. When the fault occurs, the TouchGFX task uses almost 100% CPU time and completly prevents lower priority tasks from executing. It seems to be stuck at a DMA transfer, altering between LockFreeD...

0693W00000Y8AREQA3.png

Resolved! How it works the return??

Hello all,I'm using the HAL library for the camera, specifically I'm using the function: HAL_StatusTypeDef HAL_DCMI_Start_DMA(DCMI_HandleTypeDef *hdcmi, uint32_t DCMI_Mode, uint32_t pData, uint32_t Length)In the function are many return HAL_ERROR, an...

BTurc.2 by Senior
  • 872 Views
  • 5 replies
  • 0 kudos
Labels