CCS 4.2
XDCTools 3.20.05.76
Sys/Bios 6.31.00.18
IPC 1.22.00.19
target F28355 DSP
I am new to SYS/BIOS but have used DSP/BIOS on a previous project. Our old code used the QUE_ API to send messages between tasks.
I assumed that IPC Message Queue would be the logical replacement for the older DSP/BIOS QUE_ API.
When I select a CCS example program for the F28335 DSP, it shows IPC examples available. The IPC example "MessageQ Single Processor"does not build. I get an error
js: "C:/Program Files/Texas Instruments/ipc_1_22_00_19/packages/ti/sdo/ipc/gates/package.xs", line 82: Error: Library not found: ti.sdo.ipc.gates.anull
When requesting support, I was pointed to the IPC release notes where the C28 is NOT listed as a supported platform.
Closer investigation showed that while the IPC User Guide showed a C28 platform build option, that C28 was not in the actual source file options.
Can you confirm that IPC does not currently support the F28335?
Can you give me advice on how to proceed implementing task communication without IPC Message Queues?
Can you tell me if IPC is expected to be supported on the C28 platforms in the future?
Thanks,
Jan