Tool/software: Code Composer Studio
I have been trying to transfer data from cpu1 to cpu2 using memcpy(). The data type is the structure (32-bit unsigned int and 1-byte float) which is sending 80 bytes in one shot using memcpy(). IPC flag registers are used for data protection. Is there any better way to achieve this without using memcpy()