跳转到内容

1.1.7 Register Reset Documentation

此内容尚不支持你的语言。

From application point of view the register reset value is the initial content of the register upon application start. In addition to the documented hardware reset types (see headline “Reset Types” in chapter “Reset Control Unit (RCU)”) also the Startup Software can affect the initial content. Finally the resulting content may depend on conditions. Reset tables linked to the register definition convey this information.

In the following example “LVD Reset” and “Cold PORST” are hardware reset types and “After SSW execution” shows that the SSW overwrites this register with a different value:

Reset TypeReset ValueNote
LVD Reset0059 7F4AH
Cold PORST0059 7F4AH
After SSW execution005C 834AH

Table 6: Defined Reset Types

Reset TypeDescription
Application Resetsee RCU chapter
PowerOn Resetsee RCU chapter
System Resetsee RCU chapter
Cold PowerOn Resetsee RCU chapter. Also abbreviated “Cold PORST”.
Warm PowerOn Resetsee RCU chapter. Also abbreviated “Warm PORST”.
Debug Resetsee RCU chapter. Also named “Debug Clear”.
LVD ResetLow Voltage Detector reset, see PMS chapter.
Kernel ResetModule internal hardware reset triggered with KRST0 and KRST1 registers. Also named “Module Reset”.
CFS ValueIndicating that CFS or UCB contain a reference value for this register. This value can be copied automatically by hardware or SSW into the register or application software has to perform the copying. Details are described in the respective chapter.
Default FlashIndicating values in a Flash location (UCB or CFS) that are contained at delivery time.
After SSW executionRegister overwritten by SSW.

Other name: Module specific reset type described in respective chapter usually, among them:

  • IOClient Reset (OCDS)
  • MCDS Reset (MiniMCDS)
  • DPLL_RAM_INI.INIT…(GTM)
  • Generated Reset (SCR)

The “Reset Value” column may contain letter ”-” and “X” to indicate bits or nibbles that are either not affected by this reset type or are changed to a value not known at design time (e.g. trimming value).

The “Note” column may describe further conditions when this particular value is applied.