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.

f28388D芯片的CM核执行步骤问题



问题一:下面的定义代码加在CPU1中,是不是CM核就可以开始执行了(即:开始执行Cm_init()此函数)

#ifdef _FLASH
Device_bootCM(BOOTMODE_BOOT_TO_FLASH_SECTOR0);
#else
Device_bootCM(BOOTMODE_BOOT_TO_S0RAM);
#endif

问题二:外设共享,例如:CAN,先CPU1使用完,然后CM核接着使用,是个什么步骤?