diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c1496c50c..cf33231c7d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ADC driver will now apply attenuation values to the correct ADC's channels. (#554) - Sometimes half-duplex non-DMA SPI reads were reading garbage in non-release mode (#552) - ESP32-C3: Fix GPIO5 ADC channel id (#562) +- ESP32-H2: Fix direct-boot feature ### Changed diff --git a/esp32h2-hal/ld/db-esp32h2-memory.x b/esp32h2-hal/ld/db-esp32h2-memory.x index 869d65ee7f2..fb38b02841d 100644 --- a/esp32h2-hal/ld/db-esp32h2-memory.x +++ b/esp32h2-hal/ld/db-esp32h2-memory.x @@ -18,7 +18,7 @@ MEMORY /* 320K of on soc RAM, 16K reserved for cache */ ICACHE : ORIGIN = 0x40800000, LENGTH = 16K - RAM : ORIGIN = 0x40800000 + 32K, LENGTH = 320K - 16K + RAM : ORIGIN = 0x40800000 + 16K, LENGTH = 320K - 16K /* External flash */ ROM : ORIGIN = 0x42000000, LENGTH = 0x400000