在DSP2803x_SysCtrl.c中有代码如下:
#pragma CODE_SECTION(InitFlash, "ramfuncs");
这里这段注释不是很明白:
//Functions that will be run from RAM need to be assigned to
// a different section. This section will then be mapped to a load and
// run address using the linker cmd file.
是不是表示在RAM中运行的代码,要从FLASH中拷贝出来?
那我每次下载的代码是在FLASH中么?
为什么要拷贝到RAM中运行?