Hi
Q:Let me give an example. Say you have the transfer configured for 12-bit length, and you receive data, say all ones.
Would the data register be 0xFFF0 (left justification) or 0x0FFF (right justification)?
>>>>>The LPC802 SPI always use right justification, for example, if you want to receive 12 bits data with all bits 1, you will receive 0x0FFF in the receiver reg.
Hope it can help you
BR
XiangJun Rong