Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hi.
i want Send 100 bytes of data from CPU1 to CPU2 using IPC. to for drive LCD which drives CPU2. which type of IPC method is suitable? which drivers should i use ?
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.
Hi.
i want Send 100 bytes of data from CPU1 to CPU2 using IPC. to for drive LCD which drives CPU2. which type of IPC method is suitable? which drivers should i use ?
Hi,
You can copy the data in a shared memory location (preferably the IPC MSGRAM) and then trigger an interrupt on the other CPU.
Please refer to the example ipc_ex3_basic_sysconfig in C2000ware. Example is located here : C2000Ware\driverlib\f2837xd\examples\dual\ipc
Regards,
Veena