Cypress F2MC-8FX Series Application Note - Page 12

Browse online or download pdf Application Note for Controller Cypress F2MC-8FX Series. Cypress F2MC-8FX Series 16 pages. How to make on-board debug
Also for Cypress F2MC-8FX Series: How-To (14 pages)

Cypress F2MC-8FX Series Application Note
while(1)
{
}
}
startup.asm
;--------------------------------------------------------------------------
; variable define declaration
;--------------------------------------------------------------------------
#define HWD_DISABLE
;--------------------------------------------------------------------------
; Hard Watchdog
;--------------------------------------------------------------------------
#ifdef
#endif
www.cypress.com
PDR0_P05 = ~PDR0_P05;
Delay (500);
WDTC |= 0x05;
HWD_DISABLE
.SECTION
WDT, CONST, LOCATE=H'FFBE
.DATA.W
0xA596
Document No. 002-05336 Rev.*A
F²MC-8FX Family, MB95200H/210H Series Watchdog Timer
// show program is normal run
// clear WDT timer within a certain amount of time
; if define this, Hard Watchdog will disable.
11