boards: stm32n6570_dk: Disable cache on PSRAM
For unclear reason yet, cache activation on PSRAM causes stability issues when using LTDC. Disable cache for now. We'll re-enable once the issue is better understood and fixed. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
parent
e22ca6b132
commit
97608e4cc0
@ -42,7 +42,7 @@
|
||||
compatible = "zephyr,memory-region";
|
||||
reg = <0x90000000 DT_SIZE_M(32)>;
|
||||
zephyr,memory-region = "PSRAM";
|
||||
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM) )>;
|
||||
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
|
||||
};
|
||||
|
||||
leds: leds {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user