Skip to content

Commit dd90aed

Browse files
committed
samples: drivers: spi flash shell in mem mapped on stm32h573
Define the Memory mapped mode on the stm32h573i_dk board to read and write the external NOR octo-flash Signed-off-by: Francois Ramu <francois.ramu@st.com>
1 parent 0656a0f commit dd90aed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_STM32_MEMMAP=y
2+
3+
CONFIG_LOG=y
4+
CONFIG_FLASH_LOG_LEVEL_INF=y
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
CONFIG_LOG=y
21
CONFIG_STM32_MEMMAP=y
2+
3+
CONFIG_LOG=y
4+
CONFIG_FLASH_LOG_LEVEL_INF=y

0 commit comments

Comments
 (0)