How can Gcc work with itcm of stm32h7x
when i use the ITCM of stm32h743 with arm gcc ,in linkscript,i add new section as: _sitcm_addr = LOADADDR(.ItcmRam); _svtor_addr = LOADADDR(.isr_vector); _vtor_size = 0x400; /*SIZEOF (.isr_vector)*/ .ItcmRam : { . = _vtor_size; /*reserved for vec...