SWCU195A December 2024 – May 2025 CC2744R7-Q1 , CC2745P10-Q1 , CC2745R10-Q1 , CC2745R7-Q1 , CC2755P10 , CC2755R10
Table 5-7 lists the memory-mapped registers for the DBGSS registers. All register offset addresses not listed in Table 5-7 should be considered as reserved locations and the register contents should not be modified.
| Offset | Acronym | Register Name | Section |
|---|---|---|---|
| 0h | DESC | Module Description | Section 5.10.1 |
| 44h | IMASK | Interrupt mask | Section 5.10.2 |
| 4Ch | RIS | Raw interrupt status | Section 5.10.3 |
| 54h | MIS | Masked interrupt status | Section 5.10.4 |
| 5Ch | ISET | Interrupt set | Section 5.10.5 |
| 64h | ICLR | Interrupt clear | Section 5.10.6 |
| 6Ch | IMSET | Set Interupt Mask in IMASK | Section 5.10.7 |
| 74h | IMCLR | Clear Interupt Mask in IMASK | Section 5.10.8 |
| 100h | TXD | Transmit data register | Section 5.10.9 |
| 104h | TXCTL | Transmit control register | Section 5.10.10 |
| 108h | RXD | Receive data register | Section 5.10.11 |
| 10Ch | RXCTL | Receive control register | Section 5.10.12 |
| 110h | TXDPEEK | Transmit Data Peek Register | Section 5.10.13 |
| 114h | RXDPEEK | Receive Data Peek Register | Section 5.10.14 |
| 200h | SPECIAL_AUTH | Special enable authorization register | Section 5.10.15 |
| 204h | SPECIAL_AUTH_SET | Special enable authorization set register | Section 5.10.16 |
| 208h | SPECIAL_AUTH_CLR | Special enable authorization clear register | Section 5.10.17 |
| 210h | APP_AUTH | Application authorization register | Section 5.10.18 |
| 214h | APP_AUTH_SET | Application authorization set register | Section 5.10.19 |
| 218h | APP_AUTH_CLR | Application authorization clear register | Section 5.10.20 |
| 21Ch | DBGCTL | Debug control register | Section 5.10.21 |
Complex bit access types are encoded to fit into small table cells. Table 5-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 | |
DESC is shown in Table 5-9.
Return to the Summary Table.
Description Register. This register provides IP module ID, revision information, instance index and standard MMR registers offset.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | MODULEID | R | B24Dh | Module identifier used to uniquely identify this IP.
|
| 15-12 | STDIPOFF | R | 1h | Standard IP MMR block offset. Standard IP MMRs are the set of from aggregated IRQ registers till DTB. 0: Standard IP MMRs do not exist 0x1-0xF: Standard IP MMRs begin at offset of (64*STDIPOFF from the base IP address) 0: STDIP MMRs do not exist 0x1-0xF: These MMRs begin at offset 64*STDIPOFF from IP base address
|
| 11-8 | INSTIDX | R | 0h | IP Instance ID number. If multiple instances of IP exist in the device, this field can identify the instance number (0-15).
|
| 7-4 | MAJREV | R | 1h | Major revision of IP (0-15).
|
| 3-0 | MINREV | R | 0h | Minor revision of IP (0-15).
|
IMASK is shown in Table 5-10.
Return to the Summary Table.
Interrupt mask. This register selects interrupt sources which are allowed to pass from RIS to MIS when the corresponding bit-fields are set to 1.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-4 | RESERVED | R | 0h | Reserved |
| 3 | PWRDWNIFG | R/W | 0h | PWRDWNIFG interrupt mask
|
| 2 | PWRUPIFG | R/W | 0h | PWRUPIFG interrupt mask
|
| 1 | RXIFG | R/W | 0h | RXIFG interrupt mask
|
| 0 | TXIFG | R/W | 0h | TXIFG interrupt mask
|
RIS is shown in Table 5-11.
Return to the Summary Table.
Raw interrupt status. This register reflects the state of all pending interrupts, regardless of masking. This register allows the user to implement a poll scheme. A flag set in this register can be cleared by writing 1 to the corresponding ICLR register bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-4 | RESERVED | R | 0h | Reserved |
| 3 | PWRDWNIFG | R | 0h | Raw interrupt status for PWRDWNIFG
|
| 2 | PWRUPIFG | R | 0h | Raw interrupt status for PWRUPIFG
|
| 1 | RXIFG | R | 0h | Raw interrupt status for RXIFG
|
| 0 | TXIFG | R | 0h | Raw interrupt status for TXIFG
|
MIS is shown in Table 5-12.
Return to the Summary Table.
Masked interrupt status. This register is simply a bitwise AND of the contents of IMASK and RIS registers. A flag set in this register can be cleared by writing 1 to the corresponding ICLR register bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-4 | RESERVED | R | 0h | Reserved |
| 3 | PWRDWNIFG | R | 0h | Masked interrupt status for PWRDWNIFG
|
| 2 | PWRUPIFG | R | 0h | Masked interrupt status for PWRUPIFG
|
| 1 | RXIFG | R | 0h | Masked interrupt status for RXIFG
|
| 0 | TXIFG | R | 0h | Masked interrupt status for TXIFG
|
ISET is shown in Table 5-13.
Return to the Summary Table.
Interrupt set register. This register can be used by software for diagnostics and safety checking purposes. Writing a 1 to a bit in this register will set the event and the corresponding RIS bit also gets set. If the corresponding IMASK bit is set, then the corresponding MIS register bit also gets set.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-4 | RESERVED | R | 0h | Reserved |
| 3 | PWRDWNIFG | W | 0h | Sets PWRDWNIFG in RIS register
|
| 2 | PWRUPIFG | W | 0h | Sets PWRUPIFG in RIS register
|
| 1 | RXIFG | W | 0h | Sets RXIFG in RIS register
|
| 0 | TXIFG | W | 0h | Sets TXIFG in RIS register
|
ICLR is shown in Table 5-14.
Return to the Summary Table.
Interrupt clear register. This register allows software to clear interrupts. Writing a 1 to a bit in this register will clear the event and the corresponding RIS bit also gets cleared. If the corresponding IMASK bit is set, then the corresponding MIS register bit also gets cleared.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-4 | RESERVED | R | 0h | Reserved |
| 3 | PWRDWNIFG | W | 0h | Clears PWRDWNIFG interrupt
|
| 2 | PWRUPIFG | W | 0h | Clears PWRUPIFG interrupt
|
| 1 | RXIFG | W | 0h | Clears RXIFG interrupt
|
| 0 | TXIFG | W | 0h | Clears TXIFG interrupt
|
IMSET is shown in Table 5-15.
Return to the Summary Table.
Interrupt mask set register. Writing a 1 to a bit in this register will set the corresponding IMASK bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-4 | RESERVED | R | 0h | Reserved |
| 3 | PWRDWNIFG | W | 0h | Set PWRDWNIFG interrupt mask
|
| 2 | PWRUPIFG | W | 0h | Set PWRUPIFG interrupt mask
|
| 1 | RXIFG | W | 0h | Set RXIFG interrupt mask
|
| 0 | TXIFG | W | 0h | Set TXIFG interrupt mask
|
IMCLR is shown in Table 5-16.
Return to the Summary Table.
Interrupt mask clear register. Writing a 1 to a bit in this register will clear the corresponding IMASK bit.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-4 | RESERVED | R | 0h | Reserved |
| 3 | PWRDWNIFG | W | 0h | Clears PWRDWNIFG interrupt mask
|
| 2 | PWRUPIFG | W | 0h | Clears PWRUPIFG interrupt mask
|
| 1 | RXIFG | W | 0h | Clears RXIFG interrupt mask
|
| 0 | TXIFG | W | 0h | Clears TXIFG interrupt mask
|
TXD is shown in Table 5-17.
Return to the Summary Table.
Transmit data register. This register is used for sending SACI (SECAP command interface) data from the host to the device.
The host (SWD interface) can write this register. This updates the value of TXD, and sets TXCTL.TXDSTA = FULL
The host should only write TXD while TXCTL.TXDSTA = EMPTY.
If the host incorrectly writes TXD while TXCTL.TXDSTA = FULL, this will just update the value of TXD.
The host (SWD interface) can read the TXD register. This does not affect TXCTL.TXDSTA.
The device (boot code) can only read the TXD register. This sets TXCTL.TXDSTA = EMPTY.
The device should only read TXD while TXCTL.TXDSTA = FULL.
If the device incorrectly reads TXD while TXCTL.TXDSTA = EMPTY, this will just return the value of TXD.
If the host writes TXD on the same clock cycle as the device reads TXD:
The device reads the old TXD value.
TXD is updated with the new value, and TXCTL.TXDSTA is set to FULL.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R | 0h | SACI command/parameter word. Valid value when TXCTL.TXDSTA=1. TXCTL.TXDSTA gets automatically cleared upon read. |
TXCTL is shown in Table 5-18.
Return to the Summary Table.
Transmit control register. This register contains status of the TXD register (full/empty), and also software defined flags that are used by the SACI protocol.
The host (SWD interface) can write the FLAGS field of the TXCTL register.
The host (SWD interface) can read the TXCTL register.
The device (boot code) can only read the TXCTL register.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-8 | RESERVED | R | 0h | Reserved |
| 7-1 | FLAGS | R | 0h | Software defined flags that are used by the SACI protocol (host to device). |
| 0 | TXDSTA | R | 0h | Indicates whether the host has written a word to the TXD register, which can be read by the device: TXDSTA is automatically set upon write to TXD register in SECAP and automatically gets cleared upon read from TXD
|
RXD is shown in Table 5-19.
Return to the Summary Table.
Receive data register. This register is used to send SACI command response data from the device to the host.
The device (boot code) can write the RXD register. This updates the value of RXD, and sets RXCTL.RXDSTA = FULL.
The device should only write RXD while RXCTL.RXDSTA = EMPTY.
If the device incorrectly writes RXD while RXCTL.RXDSTA = FULL, this will just update the value of RXD.
The device (boot code) can read the RXD register in order to flush it. This sets RXCTL.RXDSTA = EMPTY.
The host (SWD interface) can only read the RXD register. This sets RXCTL.RXDSTA = EMPTY.
The host should only read RXD while RXCTL.RXDSTA = FULL.
If the host incorrectly reads RXD while RXCTL.RXDSTA = EMPTY, this will just return the value of RXD.
If the device writes RXD on the same clock cycle as the host reads RXD:
The host reads the old RXD value.
RXD is updated with the new value, and RXCTL.RXDSTA is set to FULL.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R/W | 0h | SACI command response word. RXCTL.RXDSTA automatically set upon write. RXCTL.RXDSTA automatically cleared upon read (flush operation). |
RXCTL is shown in Table 5-20.
Return to the Summary Table.
Receive control register. This register contains status of the RXD register (full/empty), and also software defined flags that are used by the SACI protocol.
The device (boot code) can write the FLAGS field of the RXCTL register.
The device (boot code) can read the RXCTL register.
The host (SWD interface) can only read the RXCTL register
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-8 | RESERVED | R | 0h | Reserved |
| 7-1 | FLAGS | R/W | 0h | Software defined flags that are used by the SACI protocol (device to host). |
| 0 | RXDSTA | R | 0h | Indicates whether the device has written a word to the RXD register, which can be read by the host: RXDSTA is automatically set upon write to RXD and automatically cleared upon read from RXD register of SECAP or RXD.
|
TXDPEEK is shown in Table 5-21.
Return to the Summary Table.
Transmit data peek register . This register is a read-only version of the TXD register that can be read by host and device without any side-effects.
This register is used to peek at the values in TXD without affecting the FULL/EMPTY flag.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R | 0h | Transmit Data Peek Register. SACI command parameter word. TXCTL.TXDSTA not affected by read of TXDPEEK |
RXDPEEK is shown in Table 5-22.
Return to the Summary Table.
Receive data peek register. The RXDPEEK register is a read-only version of the RXD register that can be read by host and device without any side-effects
This register is used to peek at the values in Receive Data Register without affecting the FULL/EMPTY flag.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VAL | R | 0h | Receive Data Peek Register. SACI command response word. RXCTL.RXDSTA not affected by read of RXDPEEK |
SPECIAL_AUTH is shown in Table 5-23.
Return to the Summary Table.
This register indicates the status of different AP firewalls.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-7 | RESERVED | R | 0h | Reserved |
| 6 | DBGDIS | R | 0h | Indicates status of DBGDIS.
|
| 5 | AHBAPEN | R | 0h | Indicates status of AHBAPEN
|
| 4 | CFGAPEN | R | 1h | Indicates status of CFGAPEN
|
| 3 | RESERVED | R | 0h | Reserved |
| 2 | DFTAPEN | R | 0h | Indicates status of DFTAPEN
|
| 1 | RESERVED | R | 0h | Reserved |
| 0 | SECAPEN | R | 1h | Indicates status of SECAP
|
SPECIAL_AUTH_SET is shown in Table 5-24.
Return to the Summary Table.
This register is used for setting bits in SPECIAL_AUTH register.
This register is configured and locked during device boot.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-24 | KEY | W | 0h | This field must be configured with 0xA5 in order to access this register.
|
| 23-7 | RESERVED | R | 0h | Reserved |
| 6 | DBGDIS | W | 0h | This bit sets DBGDIS in SPECIAL_AUTH register.
|
| 5 | AHBAPEN | W | 0h | This bit sets AHBAPEN in SPECIAL_AUTH register.
|
| 4 | CFGAPEN | W | 1h | This bit sets CFGAPEN in SPECIAL_AUTH register.
|
| 3 | RESERVED | R | 0h | Reserved |
| 2 | DFTAPEN | W | 0h | This bit sets DFTAPEN in SPECIAL_AUTH register.
|
| 1 | RESERVED | R | 0h | Reserved |
| 0 | SECAPEN | W | 1h | This bit sets SECAPEN bit in SPECIAL_AUTH register.
|
SPECIAL_AUTH_CLR is shown in Table 5-25.
Return to the Summary Table.
This register is used for clearing bits in SPECIAL_AUTH register.
This register is configured and locked during device boot.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-24 | KEY | W | 0h | This field must be configured with 0x22 in order to access this register.
|
| 23-7 | RESERVED | R | 0h | Reserved |
| 6 | DBGDIS | W | 0h | This bit clears DBGDIS in SPECIAL_AUTH register.
|
| 5 | AHBAPEN | W | 0h | This bit clears AHBAPEN in SPECIAL_AUTH register.
|
| 4 | CFGAPEN | W | 0h | This bit clears CFGAPEN in SPECIAL_AUTH register.
|
| 3 | RESERVED | R | 0h | Reserved |
| 2 | DFTAPEN | W | 0h | This bit clears DFTAPEN in SPECIAL_AUTH register.
|
| 1 | RESERVED | R | 0h | Reserved |
| 0 | SECAPEN | W | 0h | This bit clears SECAPEN in SPECIAL_AUTH register.
|
APP_AUTH is shown in Table 5-26.
Return to the Summary Table.
This register indicates the debug privileges of ARM Cortex CPU.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-4 | RESERVED | R | 0h | Reserved |
| 3 | SPNIDEN | R | 0h | Controls Secure non-invasive debug enable.
|
| 2 | SPIDEN | R | 0h | Controls Secure invasive debug enable.
|
| 1 | NIDEN | R | 0h | Controls non-invasive debug enable.
|
| 0 | DBGEN | R | 0h | Controls invasive debug enable.
|
APP_AUTH_SET is shown in Table 5-27.
Return to the Summary Table.
This register is used for setting bits in APP_AUTH register.
This register is configured and locked during device boot.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-24 | KEY | W | 0h | This field must be configured with 0x39 in order to access this register.
|
| 23-4 | RESERVED | R | 0h | Reserved |
| 3 | SPNIDEN | W | 0h | Sets SPNIDEN bit in APP_AUTH register.
|
| 2 | SPIDEN | W | 0h | Sets SPIDEN bit in APP_AUTH register.
|
| 1 | NIDEN | W | 0h | Sets NIDEN bit in [APP_AUTH ]register.
|
| 0 | DBGEN | W | 0h | Sets DBGEN bit in APP_AUTH register.
|
APP_AUTH_CLR is shown in Table 5-28.
Return to the Summary Table.
This register is used for clearing bits in APP_AUTH register.
This register is configured and locked during device boot.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-24 | KEY | W | 0h | This field must be configured with 0x7D in order to access this register.
|
| 23-4 | RESERVED | R | 0h | Reserved |
| 3 | SPNIDEN | W | 0h | Clears SPNIDEN bit in APP_AUTH register.
|
| 2 | SPIDEN | W | 0h | Sets SPIDEN bit in APP_AUTH register.
|
| 1 | NIDEN | W | 0h | Clears NIDEN bit in APP_AUTH register.
|
| 0 | DBGEN | W | 0h | Clears DBGEN bit in APP_AUTH register.
|
DBGCTL is shown in Table 5-29.
Return to the Summary Table.
Debug control register. This register is used for controlling debug connection and read out debug status.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-6 | RESERVED | R | 0h | Reserved |
| 5 | SWDCEN | R/W | 1h | This bit is used to enable connection between SWD pads and IceMelter (wakeup circuit used for detecting debug probe)
|
| 4 | DBGPWRUPACK | R | 0h | This bit field specifies the status of dbgpwrupack from pmctl.
|
| 3 | SYSPWRUPACK | R | 0h | This bit field specify the status of syspwrupack from pmctl.
|
| 2 | JTAGSEL | R | 0h | This bit field specifies the status of JTAG MODE for TEST TAP.
|
| 1 | SWDSEL | R | 0h | This bit field specifies the status of SWD MODE for connection.
|
| 0 | SWDOVR | R/W | 0h | This bit is used for connecting to IO pads to SWCLK/IO on SW-DP through a software request and establish SWD connection without IceMelter trigger for debug purpose.
|