SPRUHM8K December 2013 – May 2024 TMS320F28374D , TMS320F28375D , TMS320F28376D , TMS320F28377D , TMS320F28377D-EP , TMS320F28377D-Q1 , TMS320F28378D , TMS320F28379D , TMS320F28379D-Q1
The receive frame length is the number of serial words in the receive frame. Each frame can have one or two phases, depending on value that you load into the RPHASE bit.
If a single-phase frame is selected (RPHASE = 0), the frame length is equal to the length of phase 1. If a dual-phase frame is selected (RPHASE = 1), the frame length is the length of phase 1 plus the length of phase 2.
The 7-bit RFRLEN fields allow up to 128 words per phase. See Table 21-28 for a summary of how to calculate the frame length. This length corresponds to the number of words or logical time slots or channels per frame-synchronization pulse.
Program the RFRLEN fields with [w minus 1], where w represents the number of words per phase. For the example, if you want a phase length of 128 words in phase 1, load 127 into RFRLEN1.
RPHASE | RFRLEN1 | RFRLEN2 | Frame Length |
---|---|---|---|
0 | 0 ≤ RFRLEN1 ≤ 127 | Don't care | (RFRLEN1 + 1) words |
1 | 0 ≤ RFRLEN1 ≤ 127 | 0 ≤ RFRLEN2 ≤ 127 | (RFRLEN1 + 1) + (RFRLEN2 + 1) words |