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.

DSP远程升级



我是新手,想学DSP28335的FLASH API,可是看了好几天,包括论坛,可还是么没有头绪,很多地方看不懂,希望大神们指点一下。还有最好能给个历程,能够用的就做好了。我邮箱762095668@qq.com

void MyCallbackFunction(void);//这个函数的具体作用是什么?

#define OTP_START_ADDR  0x380400
#define OTP_END_ADDR    0x3807FF
#if FLASH_F28335
#define FLASH_START_ADDR  0x300000
#define FLASH_END_ADDR    0x33FFFF//以上四句是做什么用的?

    // Copy the Flash API functions to SARAM
    Example_MemCopy(&Flash28_API_LoadStart, &Flash28_API_LoadEnd, &Flash28_API_RunStart);

    // We must also copy required user interface functions to RAM.
    Example_MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);//中&Flash28_API_LoadStart      &RamfuncsLoadStart   是从哪来的?

#define Flash_APIVersionHex()     Flash28335_APIVersionHex()//函数在哪?是在API.LIB中吗?