2020-03-02 05:42 PM
2020-03-03 07:23 AM
Hi,
could you explain a bit more what you are trying to do and what you are using?
2020-03-03 05:21 PM
I am developing a product. I am using the STM32H750VB as the MCU and the internal SRAM as the GRAM. I found the TouchGFX demo of the STM32L496G-Discovery board as a reference, but it didn't work. The flushFrameBuffer function is not called. What can I do to meet my expectations?
2020-03-03 05:25 PM
At the same time I referenced these two operations:
https://touchgfx.zendesk.com/hc/en-us/articles/203642951-MCUs-without-TFT-controller
But it did not take effect, I suspect it is a problem with the TouchGFX version, because I am using the latest 4.13
2020-03-03 05:54 PM
Upload my project file.
2020-03-03 08:45 PM
Has been resolved. I changed the OS to CMSIS_V1 and it worked. The question is what key impact these two versions of the OS have on touchgfx?