/******************************************************************/
// For Piccolo B, we dont need to copy the API from Flash as it is
// present in BOOT ROM
/******************************************************************/
// // Copy the Flash API functions to SARAM
// Example_MemCopy(&Flash28_API_LoadStart, &Flash28_API_LoadEnd, &Flash28_API_RunStart);
怎么理解
ti提供的API例程中说flashapi函数不能在ROM和OTP中运行只能在SARAM中运行,需要拷贝到SARAM,我想直接从bootrom中拷贝API函数是否可以