Hello Anuj,
Inside the main of the example, the first thing it does is call the function BOARD_ConfigMPU(); Inside this function, in the end, you enable the I and D cache with these two functions: SCB_EnableDCache and SCB_EnableICache. Please comment these two calls to functions and add these two instead: SCB_DisableDCache and SCB_DisableICache. At the end you will have something like the following:
Once you make these changes the demo should work from SRAM_OC with only one GUI_BUFFER.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------