Hi,
I am using the Peripheral Explorer kit with f28335.
I am trying to communicate with a device using SCI ports. I have problems sending and receiving messages because of the messages are being sent with msb first and not lsb first, while the other device is doing the opposite.
I am using the example in Lab9 that was included with the peripheral explorer, using DSP2833x_Sci.c
Is there any way that I can change the direction of the bits that are being sent / received?