SLLSFO8C May 2024 – November 2025 TCAN2450-Q1 , TCAN2451-Q1
PRODUCTION DATA
The TCAN245x-Q1 family uses EEPROM for two purposes. The first is for device trimming and is not accessible. This portion of EEPROM is monitored and loaded upon power and when exiting sleep mode, checking for a valid CRC. If the CRC is not valid, this process is performed a total of eight time. If still not valid, the INT_3 register 8'h53[0] is set to 1b. Meaning the device has an issue that may impact performance and functionality.
The second use of the EEPROM is to allow the user to store the device configuration. The configuration bits saved are provided in each register. To save the configuration to EEPROM, CRC must be enabled for the save function at a minimum. Saving the configuration to EEPROM is accomplished by writing a 1b to register 8'h4E[7], and default code Ah to 8'h4E[3:0] followed by the CRC byte. See Table 8-25 for procedure if the processor does not support CRC. Register 8'h4E[3:0] reads back 0h. Once the configuration bits have been stored to EEPROM, a 0b is read back from 8'h4E[7]. If a power on reset takes place, the configuration of the device is reloaded from EEPROM. Table 8-26 provides the list of registers and the bits saved to EEPROM if used.
The EEPROM is reprogrammable a maximum of 500 times.
| Step | Description | Register | Data | Second Data Byte (CRC POLY_8_SET = 0b) | Second Data Byte (CRC POLY_8_SET = 1b) |
|---|---|---|---|---|---|
| 1 | Configure device | See Table 8-26 | N/A | N/A | N/A |
| 2 | Set CRC Polynomial
|
8'h0B[0] |
|
|
|
| 3 | Enable SPI CRC if not enable | 8'h0A[0] | 01h | N/A | N/A |
| 4 | Save to EERPOM | 8'h4E[7:0] | 8Ah | 36h | 0Ch |
| 5 | Disable SPI CRC if not supported | 8'h0A[0] | 00h | 5Eh | 6Bh |
The saved configuration can be forced to check if the saved configuration CRC is valid but using register 8'h4E[6], EEPROM_CRC_CHK, = 1b. This takes approximately 200 μs to complete. If CRC is valid, then no action is taken, If CRC is not valid, the device attempts this action eight times. If still not valid, the device sets an interrupt indicating there is an issue are INT_4 register 8'h5A[1], EEPROM_CRC_INT.
The following are power and reset scenarios and how the EEPROM is used.
| Register | Bits Saved |
|---|---|
|
SPI_CONFIG (Address = 09h) |
0-3 |
| SBC_CONFIG (Address = Ch) | 0-1, 4, 7 |
| VREG_CONFIG1 (Address = Dh) | 3, 5, 6-7 |
| SBC_CONFIG1 Register (Address = Eh) | 0, 3-5, |
| WAKE_PIN_CONFIG1 Register (Address = 11h) | 0-3 |
| WAKE_PIN_CONFIG2 Register (Address = 12h | 0-1, 5-7 |
| WD_CONFIG_1 Register (Address = 13h) | 0-7 |
| WD_CONFIG_2 Register (Address = 14h) | 0, 5-7 |
| WD_RST_PULSE Register (Address = 16h) | 4-7 |
| DEVICE_CONFIG2 (Address = 1Bh) |
2 |
| SWE_TIMER (Address = 1Ch) | 3-6, 7 |
| nRST_CNTL (Address = 29h) | 4, 5 |
| WAKE_PIN_CONFIG3 Register (Address = 2Ah) | 4-7 |
| WAKE_PIN_CONFIG4 Register (Address = 2Bh) | 0-1, 3-5, 7 |
| HSS_CNTL3 Register (Address = 4Fh) | 0 |
| BUCK_CONFIG1 Register (Address = 65h) | 0-7 |
| WAKE_ID_PIN_CONFIG1 Register (Address = 79h) | 1-3, 5-7 |
| WAKE_ID_PIN_CONFIG2 Register (Address = 7Ah) | 1-3, 5-7 |
| WAKE_PIN_CONFIG5 Register (Address = 7Bh) | 4-5, 7 |