SWCU195A December 2024 – May 2025 CC2744R7-Q1 , CC2745P10-Q1 , CC2745R10-Q1 , CC2745R7-Q1 , CC2755P10 , CC2755R10
Table 7-1 lists the memory-mapped registers for the SRAM registers. All register offset addresses not listed in Table 7-1 should be considered as reserved locations and the register contents should not be modified.
| Offset | Acronym | Register Name | Section |
|---|---|---|---|
| 0h | DESC | This register identifies the peripheral | Section 7.1.3.1 |
| 64h | DTB | This bit field is used to select DTB mux digital inputs | Section 7.1.3.2 |
| 100h | CFG | Configuration Register | Section 7.1.3.3 |
| 104h | INITSEL | Initilizataion Select Register. | Section 7.1.3.4 |
| 108h | INITTRIG | Initilizataion Select Register. This register is writable only if CFG.LOCKDIS = 1 | Section 7.1.3.5 |
| 10Ch | INITSTAT | Initilizataion Status | Section 7.1.3.6 |
| 110h | PARDBG | Parity error check debug address setting | Section 7.1.3.7 |
| 114h | PARERR | Parity error | Section 7.1.3.8 |
Complex bit access types are encoded to fit into small table cells. Table 7-2 shows the codes that are used for access types in this section.
| Access Type | Code | Description |
|---|---|---|
| Read Type | ||
| R | R | Read |
| Write Type | ||
| W | W | Write |
| Reset or Default Value | ||
| -n | Value after reset or the default value | |
DESC is shown in Table 7-3.
Return to the Summary Table.
This register identifies the peripheral
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | MODID | R | 1A48h | Module identifier |
| 15-12 | STDIPOFF | R | 0h | 64 B Standard IP MMR block#lt gt#0: STDIP MMRs do not exist#lt gt#1:15: These MMRs begin at offset 64*STDIPOFF from IP base address |
| 11-8 | INSTIDX | R | 0h | IP Instance number |
| 7-4 | MAJREV | R | 1h | Major revision |
| 3-0 | MINREV | R | 0h | Minor revision |
DTB is shown in Table 7-4.
Return to the Summary Table.
This bit field is used to select DTB mux digital inputs
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-2 | RESERVED | R | 0h | |
| 1-0 | SEL | R/W | 0h | DTB Selection |
CFG is shown in Table 7-5.
Return to the Summary Table.
Configuration Register
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-9 | RESERVED | R | 0h | |
| 8 | PARDBGEN | R/W | 0h | SRAM Parity Debug Enable.
0h = Disable Parity Debug. Normal operation 1h = Enable Parity Debug. An address offset can be written to ADDR and parity errors will be generated on reads from within this offset |
| 7-1 | RESERVED | R | 0h | |
| 0 | PAREN | R/W | 0h | SRAM Parity Enable.
0h = Disable Parity 1h = Enable Parity |
INITSEL is shown in Table 7-6.
Return to the Summary Table.
Initilizataion Select Register.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-7 | RESERVED | R | 0h | |
| 6-0 | SEL | R/W | 0h | Bank Select. Bit[0]:Bank-0 Bit[1]:Bank-1 ... Bit[n]:Bank-n |
INITTRIG is shown in Table 7-7.
Return to the Summary Table.
Initilizataion Select Register. This register is writable only if CFG.LOCKDIS = 1
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-1 | RESERVED | R | 0h | |
| 0 | TRG | R/W | 0h | Trigger Initilization. All banks with its INIT.SEL[x] bit set to 1 will be initilizaed. This bit will auto clear once initlization is complete |
INITSTAT is shown in Table 7-8.
Return to the Summary Table.
Initilizataion Status
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-7 | RESERVED | R | 0h | |
| 6-0 | BUSY | R | 0h | Each bit indicate that corresponding bank is getting initialzed |
PARDBG is shown in Table 7-9.
Return to the Summary Table.
Parity error check debug address setting
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-20 | RESERVED | R | 0h | |
| 19-2 | ADDR | R/W | 0h | Debug Parity Error Address Offset.# #When PARDBGEN is 1, this field is used to set a parity debug address offset. Writes within this address offset will force incorrect parity bits to be stored together with the data written. The following reads within this same address offset will thus result in parity errors to be generated. |
| 1-0 | RESERVED | R | 0h |
PARERR is shown in Table 7-10.
Return to the Summary Table.
Parity error
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | ADDR | R | 0h | Parity Error Address Offset.# #This holds the address offset that first generated the parity error and an interrupt is generated. # #This register is 'Clear-On-Read' |