Question
Double framebuffer causes Hardfault
Hello,
I'm using a custom board based on the STM32F779 with external RAM, external QSPI flash and a 800x800 screen running in video mode. When I run the application with one framebuffer (on external RAM) it works but it has some flickering, so I'm trying to test with double buffering but when I change it I get a Hardfault after flushing the buffer the first time.
My buffers addresses are 0xC0000000 and 0xC01D5000 (based on the screen resolution 800x800x3), and the framebuffer region is protected with MPU. How can I solve this?
Thanks
