This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

The BIOS setting in NDK

        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!