TouchGFX, STMCube, Converting to Double buffering
I have a Newhaven 800x480 display connected to the STM32F746G-DISCO board.
Finally got the display and the touch working. It is currently using a single buffer @ 0xC0000000 SDRAM.
There is some artifacts when the screens change with the cover process. So I want to try double buffering.
However if I change to double buffer using 0xC040000 for the second buffer and add an additional layer I get a warning that only one layer is used and things don't work correctly.
I did regenerate code in the TouchGFX designer.
And TouchgfxGeneratedHal.cpp shows the second buffer.
What did I miss? Ideas?
TIA