From 595007c1773f49260e5ad8acf12a33905ebc585f Mon Sep 17 00:00:00 2001 From: Kyle K Date: Thu, 24 Oct 2019 19:20:40 +0000 Subject: [PATCH] amend notes in make_config_hex.sh for what released --- src/utils/make_config_hex.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/utils/make_config_hex.sh b/src/utils/make_config_hex.sh index 2cf35b3db2..23ded14fcc 100755 --- a/src/utils/make_config_hex.sh +++ b/src/utils/make_config_hex.sh @@ -7,9 +7,12 @@ # Usage: make_config_hex # Choose the config area start address from: # +# 4.1.0 released with the config area at the following offsets # STM32F405: 0x080FC000 -# STM32F411 / STM32F7X2: 0x0807C000 -# STM32F74X: 0x080F8000 +# STM32F411: 0x08002808 +# STM32F7X2: 0x08002808 +# STM32F745: 0x08002808 +# STM32F405 uses a separate flash page for its unified config, so if a user flashes STM32F405 without 'Full Chip Erase' the unified target configuration will stay put. INPUT_FILE=$1 DESTINATION_DIR=$2