2023-10-05 05:35 AM
Hello,
I would like to improve the performance of a scrollable container by caching its sub-containers.
My framebuffer is in ARGB2222 mode.
My current problem is that I always get a Hardault for unaligned access even if my framebuffer is in a MPU region, as is the cache region.
Is there an issue with what I am trying to do? Is this not possible with ARGB2222 mode?
Thanks,
Ivan
2023-11-06 06:13 AM
Hello @i2399 ,
Could you please explain what board or MCU you are using ?
And please send us the code you have implemented and a picture of the hardfault + call-stack
Thank you