下面的代码 需要在CPU1 和CPU2 都要写吗? 为什么有的样例中比如 blinky的双核样例 只有cpu2中有这段代码,但是RAMmanagement的样例中 cpu1和cpu2 中都有?
extern Uint16 RamfuncsLoadStart;
extern Uint16 RamfuncsLoadSize;
extern Uint16 RamfuncsRunStart;
memcpy(&isrfuncRunStart, &isrfuncLoadStart, (uint32_t)&isrfuncLoadSize);