The following guides provide step-by-step instructions for setting up and executing each demo:
| Available Demos | ||
|---|---|---|
| ⏰ | CLINT Timer Interrupt Demo | Demonstrates periodic timer interrupts using the RISC-V CLINT machine timer with PLIC-based interrupt handling. |
| ⏱️ | User Timer Demo | Shows how to configure and use the user-programmable timer peripheral for custom timeout and interval operations. |
| 🐕 | Watchdog Timer Demo | Demonstrates Watchdog timer configuration, periodic servicing, and system reset behavior on timeout. |