Hi All,
In the srioChipToChipExample Producer,Consumer example.
C:\Program Files (x86)\Texas Instruments\pdk_C6670_1_0_0_19\packages\ti\transport\ipc\examples\srioIpcChipToChipExample
At Producer [This chip WRITES ] MessageQ_put is happening and at consumer [This chip READS ]MessageQ_Get is happening.
Assuming i dont want to change any framework [i mean .cfg file] and few little code changes like
1. Consumer chip will open MessageQ [writer core will write into MessageQ].
2. Producer chip will create MessageQ [reader core will own the MessageQ].
what i mean is only few application level code changes, can producer chip be turned as READER Chip and consumer chip be turned as WRITER chip. In simple statement, with little amount of code changes [.c file], i want to reverse the functionality done by Producer code and Consumer Code . Is that possible ?
if above is true, example project can also be turned as bidirectional, please let me know any configuration changes to be taken care.
Thanks
RC Reddy