SLAA547C July 2013 – July 2021 MSP430FR5739
As previously mentioned, Keyexpansion refers to the process in which the 128 bits of the original key are expanded into eleven 128-bit round keys.
To compute round key (n+1) from round key (n) these steps are performed:
First, all bytes of the old fourth column must be substituted using the Subbytes operation. These four bytes are shifted vertically by one byte position and then XORed to the old first column. The result of these operations is the new first column.
Figure 4-8 illustrates the calculation of columns 2 to 4 of the new round key.