Skip to content

Commit 945133e

Browse files
Alain Volmatkartben
authored andcommitted
boards: st: stm32n6570_dk: re-enable PSRAM cache access
Re-enable the cache usage for the PSRAM now that the PSRAM size has been adjusted in order to prevent stability issues when using it with cache enabled. This reverts the change introduced in commit 97608e4 ("boards: stm32n6570_dk: Disable cache on PSRAM") Signed-off-by: Alain Volmat <[email protected]>
1 parent 8675d73 commit 945133e

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
@@ -49,7 +49,7 @@
4949
*/
5050
reg = <0x90000000 (DT_SIZE_M(32) - 32)>;
5151
zephyr,memory-region = "PSRAM";
52-
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE)>;
52+
zephyr,memory-attr = <DT_MEM_ARM(ATTR_MPU_RAM)>;
5353
};
5454

5555
leds: leds {

0 commit comments

Comments
 (0)