• Watchdog resets processor after bootloader started.
    The T89C51CC01 has an ISP bootloader that can be started from software. However, it appears that the WDT resets the processor after the bootloader starts running, causing the processor to start running...
  • Watchdog resets processor after bootloader started.
    The T89C51CC01 has an ISP bootloader that can be started from software. However, it appears that the WDT resets the processor after the bootloader starts running, causing the processor to start running...
  • Getting Watchdog timer reset
    Hi, For executing asm instructions in C51 compiler(KEIL IDE) I did 1.Enable Generate Assembler SRC file and 2.Enable Assemble SRC File. After settings done, i had compiled and make the file without...
  • Getting Watchdog timer reset
    Hi, For executing asm instructions in C51 compiler(KEIL IDE) I did 1.Enable Generate Assembler SRC file and 2.Enable Assemble SRC File. After settings done, i had compiled and make the file without...
  • Strange reset state (WDTCON) on watchdog reset
    Hi all, Our app tests the watchdog by not servicing the watchdog but also setting a magic flag in RAM to see if the reset was caused by the test or for real. I made a small test app to test watchdog...