Tool/software: Code Composer Studio
Hi,
I am trying to understand the USB command of sequence pattern definition. In the programming guide page 52.
According to the table 2-69, if the addresses are converted into binary;
Hex Binary
x002130 0010000100110000
x002134 0010000100110100
x002138 0010000100111000
x00213C 0010000100111100
Everything is clear from the Table 2-69. What I do not understand is the bits 7:2 of BYTE 0. (greened)
I know it shows the pattern numbers in Table 2-70. Although I am not quite sure how to interpret them.
they correspond to 1 bit patterns, there should be 24 pattern numbers. I could not find a relation between the binary and pattern number. I appreciate an example for 8 bit patterns.
Thank you in advance for your help,
Sis