So something like: ``` .itcm : ALIGN(4) { . = ALIGN(4); __sitcm = .; *(.itcm .itcm.*); . = ALIGN(4); /* 4-byte align the end (VMA) of this section */ } > ITCM AT>FLASH . = ALIGN(4); __eitcm = .; __sitcm = LOADADDR(.itcm); ``` and then copy at `pre_init`