Browse Source

samples: appli dev: code reloc running on stm32h7rs target boards

Samples to execute code in external memory in Memory mapped mode
on the stm32h7s3l8 nucleo or stm32h7s78 disco kit

Signed-off-by: Francois Ramu <francois.ramu@st.com>
pull/89914/merge
Francois Ramu 2 months ago committed by Dan Kalowsky
parent
commit
5a4326e8ce
  1. 2
      samples/application_development/code_relocation_nocopy/boards/nucleo_h7s3l8.conf
  2. 2
      samples/application_development/code_relocation_nocopy/boards/stm32h7s78_dk.conf

2
samples/application_development/code_relocation_nocopy/boards/nucleo_h7s3l8.conf

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
CONFIG_FLASH=y
CONFIG_STM32_MEMMAP=y

2
samples/application_development/code_relocation_nocopy/boards/stm32h7s78_dk.conf

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
CONFIG_FLASH=y
CONFIG_STM32_MEMMAP=y
Loading…
Cancel
Save