Other Parts Discussed in Thread: TMS320F28377D, CONTROLSUITE
Hello,
I am using TMS320F28377D for application where I need to share data from CORE2 to CORE1 through IPC. Simultaneously I need to call function on CORE2 from CORE1 depending on some event through IPC.
I have referred controlSUITE examples for IPC but didn't find any example in which we can transfer data to and from both the cores simultaneously.
I have Implemented above scenario in my application however the ISR for get buffer is not getting triggered on CORE1 also the address of function in GET buffer of CORE2 is getting corrupted. (Expected address: 0x8841C Corrupted address: 0x10003).
Please let me know if this is a valid scenario of data transfer using IPC.
Thanks for help in advance.