I am using the TI C2000 to receive data via SCI from another MCU which is 8 bit addressable
The other MCU is sending to TI C2000 data in TWO bytes each is 8 bit and since TI C2000 is 16 bit addressable (the byte is 16 bit) I can only receive the data correctly if I duplicated the receive variable (so I receive in two variables each with size u_16) . The solution is working but I don't this is the best solution to do
Do you have a better solution please to receive the data correctly?
Thank you