diff --git a/components/ulp/ld/esp32s2.ulp.riscv.ld b/components/ulp/ld/esp32s2.ulp.riscv.ld index a0733bff7f..2134f8dd17 100644 --- a/components/ulp/ld/esp32s2.ulp.riscv.ld +++ b/components/ulp/ld/esp32s2.ulp.riscv.ld @@ -17,6 +17,12 @@ SECTIONS *(.text*) } >ram + .rodata ALIGN(4): + { + *(.rodata) + *(.rodata*) + } > ram + .data ALIGN(4): { *(.data)