SWCU185G January 2018 – June 2024 CC1312PSIP , CC1312R , CC1352P , CC1352R , CC2642R , CC2642R-Q1 , CC2652P , CC2652PSIP , CC2652R , CC2652RB , CC2652RSIP , CC2662R-Q1
Table 10-7 lists the memory-mapped registers for the SRAM registers. All register offset addresses not listed in Table 10-7 should be considered as reserved locations and the register contents should not be modified.
Offset | Acronym | Register Name | Section |
---|---|---|---|
0h + formula | BANK0_y | 16k SRAM | BANK0_y Register (Offset = 0h + formula) [Reset = 00000000h] |
4000h + formula | BANK1_y | 16k SRAM | BANK1_y Register (Offset = 4000h + formula) [Reset = 00000000h] |
8000h + formula | BANK2_y | 16k SRAM | BANK2_y Register (Offset = 8000h + formula) [Reset = 00000000h] |
C000h + formula | BANK3_y | 16k SRAM | BANK3_y Register (Offset = C000h + formula) [Reset = 00000000h] |
00010000h + formula | BANK4_y | 16k SRAM | BANK4_y Register (Offset = 00010000h + formula) [Reset = 00000000h] |
Complex bit access types are encoded to fit into small table cells. Table 10-8 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 | |
Register Array Variables | ||
i,j,k,l,m,n | When these variables are used in a register name, an offset, or an address, they refer to the value of a register array where the register is part of a group of repeating registers. The register groups form a hierarchical structure and the array is represented with a formula. | |
y | When this variable is used in a register name, an offset, or an address it refers to the value of a register array. |
BANK0_y is shown in Figure 10-5 and described in Table 10-9.
Return to the Summary Table.
16k SRAM
Offset = 0h + (y * 4h); where y = 0h to FFFh
31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
DATA | |||||||||||||||||||||||||||||||
R/W-X | |||||||||||||||||||||||||||||||
Bit | Field | Type | Reset | Description |
---|---|---|---|---|
31-0 | DATA | R/W | X | SRAM data |
BANK1_y is shown in Figure 10-6 and described in Table 10-10.
Return to the Summary Table.
16k SRAM
Offset = 4000h + (y * 4h); where y = 0h to FFFh
31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
DATA | |||||||||||||||||||||||||||||||
R/W-X | |||||||||||||||||||||||||||||||
Bit | Field | Type | Reset | Description |
---|---|---|---|---|
31-0 | DATA | R/W | X | SRAM data |
BANK2_y is shown in Figure 10-7 and described in Table 10-11.
Return to the Summary Table.
16k SRAM
Offset = 8000h + (y * 4h); where y = 0h to FFFh
31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
DATA | |||||||||||||||||||||||||||||||
R/W-X | |||||||||||||||||||||||||||||||
Bit | Field | Type | Reset | Description |
---|---|---|---|---|
31-0 | DATA | R/W | X | SRAM data |
BANK3_y is shown in Figure 10-8 and described in Table 10-12.
Return to the Summary Table.
16k SRAM
Offset = C000h + (y * 4h); where y = 0h to FFFh
31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
DATA | |||||||||||||||||||||||||||||||
R/W-X | |||||||||||||||||||||||||||||||
Bit | Field | Type | Reset | Description |
---|---|---|---|---|
31-0 | DATA | R/W | X | SRAM data |
BANK4_y is shown in Figure 10-9 and described in Table 10-13.
Return to the Summary Table.
16k SRAM
Offset = 00010000h + (y * 4h); where y = 0h to FFFh
31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
DATA | |||||||||||||||||||||||||||||||
R/W-X | |||||||||||||||||||||||||||||||
Bit | Field | Type | Reset | Description |
---|---|---|---|---|
31-0 | DATA | R/W | X | SRAM data |