IPCMtoCBootControlSystem(CBROM_MTOC_BOOTMODE_BOOT_FROM_FLASH);
//This function will allow the M3 master system to boot the C28 control
//! system via the following modes: Boot to RAM, Boot to Flash, ...
我在RT-SineFIRFFT_m3这个工程中看到:
// Pull the Control subsystem out of reset
//SysCtlReleaseSubSystemFromReset(SYSCTL_CONTROL_SYSTEM_RES_CNF);
while((HWREG(MTOCIPC_BASE + IPC_O_CTOMI ...