Non-Confidential | ![]() | 101526_0100_02_en | ||
| ||||
Home > Programmers model > Programming the LUT |
The contents of the Look Up Table (LUT) can be accessed in several ways that might require different configurations of the autoincrement function of the BLK_IDX register.
The following sections provide examples for programming the LUT.
0b1
.0xN
, which represents the last address in the LUT.0x0
to the BLK_IDX register.0xN
+ 1 reads of the BLK_LUT register, to read the entire LUT.0b1
.0xN
, which represents the last address in the LUT.0x0
to the BLK_IDX register.0xN
+ 1 writes to the BLK_LUT register, to fill the entire LUT with your chosen write data. Do not use sparse writes (pstrb != 0xF
), otherwise the BLK_IDX does not increment automatically.0b0
.Byte accesses can be used to update only the required byte of the register without reading the full contents.