@jay_heng Thanks for support.
I use your linkscripts but arm_cortexM7lfsp_math.a can't run in itc_ram.
However, I modify your linkscripts like the following, some function in arm_cortexM7lfsp_math.a can run in itc_ram.
main_text.ldt
*(EXCLUDE_FILE(*arm_q15_to_float.o *arm_scale_f32.o) .text*)
data.ldt
<#if memory.name=="SRAM_ITC_cm7">
*arm_q15_to_float.o (.text*)
*arm_scale_f32.o (.text*)
</#if>