Black screen when using DMA2D on Touchgfx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-07 9:29 AM
Hello !
I'm actually using an STM32H745 dual Core with touchGFX and CubeIDE. I know that the dual cores aren't supported yet, but I kind of love challenges.
So I managed to make it work using :
- Partial Buffer
- Custom drivers (FMC)
- no hardware acceleration
- no OS
Right now my GUI works , but when I try to add DMA2D, the screen turns black, and I'm not really familiar with DMA2D, so I don't know where the problem might be.
Any ideas ?
Thanks !! :D
- Labels:
-
STM32H7 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-07 11:38 AM
I mean partial buffer and FMC driver isnt adept to use D2DMA . But maybe somebody write you better news.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-07 12:24 PM
I don't know, I already used DMA2D with FMC on a stm32F429 and it works perfectly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-08 3:45 AM
When you use FMC for SDRAM full framebuffer then yes , but when FMC is driver for LCD, that not use full framebuffer and not use ltdc,
then DMA2D is maybe usable only when your partial framebuffer is based for this usage...
