3.3 Write SQI Configuration into Registers (Optional)
If the SQI feature is to be used, the following configuration parameters must be calculated and saved so that they can be written into the corresponding registers in the next step.
uint16 cfgparam3 = (uint16) (((5 + offset1) & 0x3F) << 8) | (uint16) ((9 + offset1) & 0x3F) uint16 cfgparam4 = (uint16) (((9 + offset1) & 0x3F) << 8) | (uint16) ((14 + offset1) & 0x3F)uint16 cfgparam5 = (uint16) (((17 + offset1) & 0x3F) << 8) | (uint16) ((22 + offset1) & 0x3F)Table 3-2 contains the registers that must be configured with the parameters listed and in the order given.
| Access | MMD | Address | Value |
|---|---|---|---|
| W | 0x1F | 0x00AD | cfgparam3 |
| W | 0x1F | 0x00AE | cfgparam4 |
| W | 0x1F | 0x00AF | cfgparam5 |
| W | 0x1F | 0x00B0 | 0x0103 |
| W | 0x1F | 0x00B1 | 0x0910 |
| W | 0x1F | 0x00B2 | 0x1D26 |
| W | 0x1F | 0x00B3 | 0x002A |
| W | 0x1F | 0x00B4 | 0x0103 |
| W | 0x1F | 0x00B5 | 0x070D |
| W | 0x1F | 0x00B6 | 0x1720 |
| W | 0x1F | 0x00B7 | 0x0027 |
| W | 0x1F | 0x00B8 | 0x0509 |
| W | 0x1F | 0x00B9 | 0x0E13 |
| W | 0x1F | 0x00BA | 0x1C25 |
| W | 0x1F | 0x00BB | 0x002B |
