I don't know how to convert an array of unsigned int to an array of unsigned char in a good way. I would like to receive some suggestions.
To be more clear, my problem is that I have a function that read memory putting data in unsigned int array. I want to get this data and convert to unsigned char to put in, for example, serial port.
Thanks