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...
in fact ,I tested f0 serial and f1serial ,it worked well on windows10 ,but when use linux,neither with root nor other users can generate .ld file for gcc base ides(i test sw4stm32 and truestudio) , the same .ioc file well generate all file when i ba...