SPRUII0F May 2019 – June 2024 TMS320F28384D , TMS320F28384D-Q1 , TMS320F28384S , TMS320F28384S-Q1 , TMS320F28386D , TMS320F28386D-Q1 , TMS320F28386S , TMS320F28386S-Q1 , TMS320F28388D , TMS320F28388S
The second transformation that the module is capable of applying is the data mask transformation. Table 44-3 shows how to utilize the data mask byte to control which data is used for the CRC calculation.
BITS_VALID_IN | DATAIN | DATAMASK Example | DATAOUT | BITS_VALID_OUT |
---|---|---|---|---|
8 | 0bABCDEFGH_00000000_00000000_ 00000000 |
0x2 | 0bCDEFGH00_00000000_00000000_ 00000000 |
6 |
16 | 0bABCDEFGH_IJKLMNOP_00000000_ 00000000 |
0x9 | 0bJKLMNOP0_00000000_00000000_ 00000000 |
7 |
32 | 0bABCDEFGH_IJKLMNOP_ QRSTUVWX_Yzabcdef |
0x11 | 0bRSTUVWXY_zabcdef0_00000000_ 00000000 |
15 |