meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hw:usb_watchdog [2020/10/04 12:52] – niziak | hw:usb_watchdog [2020/10/14 20:41] (current) – niziak | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| Serial port parameters: 9600 8N1 | Serial port parameters: 9600 8N1 | ||
| + | <code bash> | ||
| + | Each command is 1 byte value. It set watchdog threshold in deciseconds. Example commands: | ||
| Commands sent to watchdog (1 byte): | Commands sent to watchdog (1 byte): | ||
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| - | * | + | * '' |
| + | |||
| + | REMARK: Avoid low threshold. It is stored internally in watchdog, so after reset it is still low. In this case it is not possible to boot OS. | ||
| + | |||
| + | Default (after powerup) watchdog window is 170 sec (measured). | ||
| ===== Daemon ===== | ===== Daemon ===== | ||