SPRUHM8K December 2013 – May 2024 TMS320F28374D , TMS320F28375D , TMS320F28376D , TMS320F28377D , TMS320F28377D-EP , TMS320F28377D-Q1 , TMS320F28378D , TMS320F28379D , TMS320F28379D-Q1
RJUST in SPCR1 selects whether data in RBR[1,2] is right- or left-justified (with respect to the MSB) in DRR[1,2] and whether unused bits in DRR[1,2] are filled with zeros or with sign bits.
Table 21-33 and Table 21-34 show the effects of various RJUST values. The first table shows the effect on an example 12-bit receive-data value ABCh. The second table shows the effect on an example 20-bit receive-data value ABCDEh.
RJUST | Justification | Extension | Value in DRR2 | Value in DRR1 |
---|---|---|---|---|
00b | Right | Zero fill MSBs | 0000h | 0ABCh |
01b | Right | Sign extend data into MSBs | FFFFh | FABCh |
10b | Left | Zero fill LSBs | 0000h | ABC0h |
11b | Reserved | Reserved | Reserved | Reserved |
RJUST | Justification | Extension | Value in DRR2 | Value in DRR1 |
---|---|---|---|---|
00b | Right | Zero fill MSBs | 000Ah | BCDEh |
01b | Right | Sign extend data into MSBs | FFFAh | BCDEh |
10b | Left | Zero fill LSBs | ABCDh | E000h |
11b | Reserved | Reserved | Reserved | Reserved |