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 transfe...