diff --git a/firmware/app.lds b/firmware/app.lds index 8cf965dfeb..2e70eb957d 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -63,8 +63,11 @@ SECTIONS .idata 0x200000: { *(.idata) -}> DRAM +}> IMEM1 +.idata2 0x210000: { + *(.idata2) +}> IMEM2 _codesize = SIZEOF(.text);