hi...
i try tow write simple code for pic16f877a to run five phase stepper motor my code written by microbasic(7002) and try to simulate in proteus 7 but when run in proteus 7 error shown to me(processor has been reset by watchdog timer expireing in time 10:00)
and dont work when i download in pic
microbasic code: program one_proceure
it is restart_wdt(); at ccs c, if you look at the manual of your compiler, "ClrWdt" should be the instruction.
You can reach the manual from here:
**broken link removed**
hi...
first thanks for all
but i try to put (ClrWdt) in first my loop(after label (first)) but the problem still
and i don't know how i can use (restart_wdt())
I think the best way is,
find edit project in the project tab. Open it. You will see configuration bits there. Set it as OFF, you won't have to think about watchdog anymore, until you need it .