<figcaption>Ring oscillator with the BeagleBoard's PRU</figcaption>
</figure>
<p>The crowned champion of the ring test, the PRU hits 16.6MHz</p>
<p>This ring oscillator runs on the beagleboard's PRU -> 'Programmable Realtime Unit'. The PRU is especially insteresting for the ring test because it (a 200MHz cpu) shares memory with the Beagleboards' larger onboard processor. This is probably exciting when we run big (and asychronous) software on the large processor, (i.e. an OS, which processes operations in a queue) and want to do tightly controlled realtime work at the same time. Memory sharing means we can pass messages between these contexts quickly.</p>
<ahref="https://github.com/beagleboard/cloud9-examples/blob/master/extras/pru/ring.pru0c">Here's a link to the source code on github, along with other beagleboard pru examples</a>
<pre>
<code>
/*
*
* Build and run with:
* make -C /var/lib/cloud9/examples/extras/pru PRUN=pru0 TARGET=ring