I have a single board computer with Intel i5 CPU and Windows 7 32-bit installed. My application runs on Windows 7 and is the only application on the system (application does computer vision stuff; based on a video stream). So I'm interested in using Watchdog to auto-reset Windows on failure.
I developed an application for this (let's say) PC and I would like to use CPU's watchdog (which can be enabled in BIOS). I googled a lot but I couldn't get enough information. I think I should develop a driver! Am I right?