In my project, i use the TCP module of NDK based on 6747. DSP receives HWI from FPGA and send it a frame, but DSP can't follow the rate of interrupt becouse of some complex computation. So i put the Section of .far in CACHE_L2 in order to improve the computing speed, the program of ndk can't run correctly. And only putting the Section of .text in CACHE_L2 has the same result.
I just want to improve my speed, so what method could i take?
Thank you!