Embedded Wizard version 9.00
Keil MDK-ARM 5.24.1
When i use property Buffered = true for effect of type FadeInOutTransition works OK,
but when property Buffered = false i get MemManage_Handler
and see in debugger in NVIC->MMFAR that was an attempt to use memory address, that is outside of Double Buffer addresses range (= <Double Buffer end address> + 1) . And thus MPU generates the exception.
External SRAM of 16 MB size (address range 0xC000 0000-0xC0FF FFFF).
Display size 800*480; Platform Package STM.STM32.RGB888
Embedded Wisard frame buffers allocated at the beginning of External SRAM and at the end. Memory pool is between.
Can you say if it's a right behavior bacause my system hasn't enough RAM, or a bug ?