SWRU626 December 2025 CC3501E , CC3551E
Table 3-32 lists the memory-mapped registers for the HOST_MCU_SEC registers. All register offset addresses not listed in Table 3-32 should be considered as reserved locations and the register contents should not be modified.
| Offset | Acronym | Register Name | Section |
|---|---|---|---|
| 0h | SSWIRQ2NS | Secure To Non Secure Software Interrupt | Section 3.8.3.1 |
| 4h | SWIRQ2CM3 | SW Cortex-M3 Interrupt | Section 3.8.3.2 |
| 8h | LCKUP | Host Lockup Trigger | Section 3.8.3.3 |
Complex bit access types are encoded to fit into small table cells. Table 3-33 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 | |
SSWIRQ2NS is shown in Table 3-34.
Return to the Summary Table.
Secure Software Interrupt
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-8 | RESERVED | R | 0h | Reserved |
| 7-0 | EN | R/W | 0h | Secure context of CM33 can use this register to interrupt non secure context of CM33. |
SWIRQ2CM3 is shown in Table 3-35.
Return to the Summary Table.
Software Interrupt to CM3
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-1 | RESERVED | R | 0h | Reserved |
| 0 | EN | R/W | 0h | Secure context of CM33 can use this register to interrupt CM3. |
LCKUP is shown in Table 3-36.
Return to the Summary Table.
Software Interrupt to CM3
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-1 | RESERVED | R | 0h | Reserved |
| 0 | VAL | R | 0h | The processor enters a lockup state if a fault occurs when it cannot be serviced or escalated. When the processor is in lockup state, it does not execute any instructions. The processor remains in lockup state until either: * It is reset. * Preemption by a higher priority exception occurs. * It is halted by a debugger. |