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.

请教:cmd中如何将库函数(如rts2800_fpu32.lib中的strlen与memcpy函数)指定到特定段(如ramfuncs)



由于程序较大,不适合全部移到RAM中运行,所以有几个问题请教,使用的DSP是28335和28069两种

1、如何将库函数(如rts2800_fpu32.lib中的strlen与memcpy函数)指定到特定段(如ramfuncs)?

2、是否有较简便的办法把一个xxx.c文件中程序统一指定到特定段(如ramfuncs),而不是用CODE_SECTION逐个指定?

3、如果定义了ramfuncs1、ramfuncs2,是否可以执行ramfuncs1时将其移到RAM中运行,执行ramfuncs2时,释放ramfuncs1占用RAM,将ramfuncs2移到RAM中运行?