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.

dm8168 代码段CODE_SECTION分配使用问题



我用的是dvr_rdk4.03,在alg_malloc.c文件里面,有如下代码段的分配

#pragma CODE_SECTION(ALG_init, ".text:init")
#pragma CODE_SECTION(ALG_exit, ".text:exit")
#pragma CODE_SECTION(_ALG_allocMemory, ".text:create")
#pragma CODE_SECTION(_ALG_freeMemory, ".text:create")

我不知道CODE_SECTION第二个参数指定的代码段在哪个配置文件里面

如果我在使用dsp算法的时候,把某个函数的代码段分配到cache里面,该怎么设置呢????????????????????????????????