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.

Concerto Problem,Can not import ipc dual example projects , Cannot run ipc examples

Other Parts Discussed in Thread: CONTROLSUITE

Hi,

Problem 1:

When i try to import ipc dual projects, I can import the c28 project , but can not import the m3 project.These are the projects:

controlSUITE\device_support\f28m35x\v120\F28M35x_examples_Dual

controlSUITE\device_support\f28m35x\v120\F28M35x_examples_Dual\ctom_ipcdrivers_lite

controlSUITE\device_support\f28m35x\v120\F28M35x_examples_Dual\ctom_ipcdrivers_wrprotect

I got the following error.

Problem 2:

When i create the project my self and copy the m3 codes to that project, i managed to build the m3 codes and the c28 codes and donwload to the flash for both. But when i run the code it got stuck in m3  waiting for c28 to boot, and c28 is stuck waiting for m3.

c28 stuck here    
// Spin here until M3 has written variable addresses to pulMsgRam
while (CtoMIpcRegs.MTOCIPCSTS.bit.IPC17 != 1)
{
}

m3 stuck here
    //  Send boot command to allow the C28 application to begin execution
IPCMtoCBootControlSystem(CBROM_MTOC_BOOTMODE_BOOT_FROM_FLASH);
Problem 2:
After i loaded the example codes with ipc using to c28 flash and after power off and power on the device ,i can not connect to m3.