This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

a simple question about PE_SWD

in a file measure.ini:


PE_SWD = 0 /* Disable Watchdog with pin PE_SWD */



but the compiler says "PE_SWD undefined identifier".

is there anyone who can tell me what i should do,thanks a lot!

Parents
  • This is a VTREG that is available on many of the Infineon devices. It controls the watchdog timer. Setting in the debugger scripts prevents the watchdog from automatically being enabled and resetting the simulation.

    Refer to the following knowledgebase article for more information.

    http://www.keil.com/support/docs/1966.htm

    This is enabled in the script for users who change the device to the C509 and other similar devices.

    The error message is innocuous and causes no problems.

    Jon

Reply
  • This is a VTREG that is available on many of the Infineon devices. It controls the watchdog timer. Setting in the debugger scripts prevents the watchdog from automatically being enabled and resetting the simulation.

    Refer to the following knowledgebase article for more information.

    http://www.keil.com/support/docs/1966.htm

    This is enabled in the script for users who change the device to the C509 and other similar devices.

    The error message is innocuous and causes no problems.

    Jon

Children