diff --git a/esp-hal-common/ld/sections/rwtext.x b/esp-hal-common/ld/sections/rwtext.x index dc3bb22f655..64535416ee0 100644 --- a/esp-hal-common/ld/sections/rwtext.x +++ b/esp-hal-common/ld/sections/rwtext.x @@ -18,6 +18,7 @@ SECTIONS { *( .phyiram .phyiram.*) *( .iram1 .iram1.*) *( .wifiextrairam.* ) + *( .coexiram.* ) . = ALIGN(4); } > RWTEXT AT > RODATA } \ No newline at end of file