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.

The device (F28M35H52C1) isn't supported by IPC, when importing ipc project template

I was experimenting IPC messageQ on my concerto f25m35h52c1. I imported the template from ipc 1.24.2.27, RTOS version is 2.16.0.08, xdctools version is 3.31.1.33. But when I compile the project (both the c28 and m3 side) will give a error that "The device (F28M35H52C1) isn't supported by IPC", could give me some solution?

 

By the way, I can not import these template anymore?

  • We re-structured the IPC product and no longer include it in TI-RTOS for C2000 (as you noted). We removed the examples that used IPC also. Can you try the IPC 3.30.01.12 release. It has support for Concerto and was the version we used to ship in TI-RTOS. Here's the link: software-dl.ti.com/.../index_FDS.html

    Which templates are you having problems with? Note: you have to give a name before you can import.

    Todd
  • Thanks for your kind advise!

    Now I have succeeded in build MessageQ example in M3 side of concerto 28m35h52c1 using CCS6.1. The IPC package version is 3.40.1.08 and TIRTOS version is 2.16.0.08. 

    But when I build my c28 side project error raises

    #10008-D cannot find file "C:\<install_adrr>\ipc_3_40_01_08\packages\ti\sdo\ipc\lib\ipc\instrumented\ipc.a28FP"

    #10008-D cannot find file "C:\<install_adrr>\ipc_3_40_01_08\packages\ti\sdo\utils\lib\utils\instrumented\utils.a28FP"

    What could be the course?

    Further more, the problem concerning creating IPC template project in File>New>CCS project puzzle may people like me and the forum did not give us a solution. 

    In the picture below, you can see that I can even create TIRTOS template project on C28 side of my concerto device!

    Regards,

    hhelib

  • Hi, Todd, Please give me some suggestion. Regards, hhelib
  • I finally solved this using IPC 3_30_03_14, thanks for your king help!