Question regarding STM32MP157 ipcc implementation.
I am using rpmsg and OpenAMP framework for ipcc implementaion.
I am trying to send some data from Cortex M4 to Cortex A7. Data array consists of integers of type uint16. But this transaction is happening properly. But when i use uint8, data is transferred properly. My question is, Is there any limitation on the data type in buffers? How can i send data of bigger data type to A7? Please help.
