SPRADK2A November 2024 – October 2025 F29H850TU , F29H859TU-Q1
LINK2 is the most secure LINK on each
CPU. LINK2 has elevated privileges, including the ability to access secure CPU
registers and perform supervisory tasks. In most cases, RTOS layer functions are
placed in LINK2. CPU1.LINK2 in particular has special device-wide
elevated privileges, including:
Place all code and data sections that are responsible for performing initial system configuration and board configuration and running operating system functions in LINK2. Table 7-1 describes the peripheral registers that are mandatory for LINK2 and why those registers are mandatory.
| Peripheral Register Base | Reason |
|---|---|
| CPU_SYS_REGS | CPU system registers |
| PER_CFG_REGS_WD_REGS | Setup watchdog registers |
| CPUTIMER2_REGS | CPU timer 2 registers for the driver porting layer (DPL) |
| DCC1_REGS | Clock monitor |
| ERR_AGG_REGS | Error/NMI Handling |
| ESM_CPU1_REGS | Error/NMI Handling |
| ESM_CPU2_REGS | Error/NMI Handling |
| ESM_CPU3_REGS | Error/NMI Handling |
| ESM_SYS_REGS | Error/NMI Handling |
| ESM_SAFETY_AGG_REGS | Error/NMI Handling |
Figure 7-4 LINK2 Configuration
Example