Init_COP
 
Component Init_COP for HC08
Computer Operating Properly (COP)
Component Level: Peripheral Initialization
Properties:
(Properties are parameters of the component. Please see the Embedded Components page for more information.)
  • Component name - Name of the component.
  • Device - COP device module (for information only).
  • Settings - Common COP module settings.
  • Initialization - Initialization options of the module
    • Call Init method - The Init method of the component may be called after a power-on or reset (in initialization code) by PE.
      yes - The Init method is called by PE
      no - The Init method is not called by PE, it should be called in the user's code
    • Enable COP - Enable/disable the watchdog module.
      This item modifies the COPD bit in the CONFIG1 register.
      Note: In monitor mode, the COP is disabled if the RST pin or the IRQ1 is held at VHi. During the break state, VHi on the RST pin disables the COP.