Skip to content

Commit 97608e4

Browse files
erwangodanieldegrasse
authored andcommitted
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>
1 parent e22ca6b commit 97608e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
compatible = "zephyr,memory-region";
4343
reg = <0x90000000 DT_SIZE_M(32)>;
4444
zephyr,memory-region = "PSRAM";
45-
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM) )>;
45+
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
4646
};
4747

4848
leds: leds {

0 commit comments

Comments
 (0)