SPMU447 June 2026 CC2755P20
Table 7-1 lists the memory-mapped registers for the SRAMCTRL 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 | ;Initialization Select Register. | Section 7.1.3.4 |
| 108h | INITTRIG | ;Initialization Trigger Register. This register is writable only if CFG.LOCKDIS = 1 | Section 7.1.3.5 |
| 10Ch | INITSTAT | ;Initialization 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 | Reserved |
| 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 | Reserved |
| 8 | PARDBGEN | R/W | 0h | SRAM Parity Debug Enable.
|
| 7-1 | RESERVED | R | 0h | Reserved |
| 0 | PAREN | R/W | 0h | SRAM Parity Enable.
|
INITSEL is shown in Table 7-6.
Return to the Summary Table.
Initialization Select Register.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-10 | RESERVED | R | 0h | Reserved |
| 9-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.
Initialization Trigger Register. This register is writable only if CFG.LOCKDIS = 1
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-1 | RESERVED | R | 0h | Reserved |
| 0 | TRG | R/W | 0h | Trigger Initialization. All banks with its INIT.SEL[x] bit set to 1 will be initialized. This bit will auto clear once initialization is complete |
INITSTAT is shown in Table 7-8.
Return to the Summary Table.
Initialization Status
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-10 | RESERVED | R | 0h | Reserved |
| 9-0 | BUSY | R | 0h | Each bit indicates that corresponding bank is getting initialized |
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 | Reserved |
| 19-2 | ADDR | R/W | Xh | Debug Parity Error Address Offset.# #When CFG.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 | Reserved |
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' |