Skip to content
Snippets Groups Projects
Commit 47000f95 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 0b379ae6
Branches
No related tags found
No related merge requests found
Pipeline #8987 passed
......@@ -27,7 +27,7 @@ This page collects ring oscillator timing tests for embedded systems (the prior
<p>
The GPIO test measures how quickly pins can communicate with a processor core. Two pins are connected; a bit is output on one, read on the other, inverted in software, and the loop repeated, with the frequency of the resulting oscillation reported. Twice this frequency is the rate of reading, modifying, and writing to a pin (plus the loop overhead).
The GPIO test measures how quickly pins can communicate with a processor core; this is relevant for implementing real-time algorithms that are not supported by processor peripherals. In this, two pins are connected; a bit is output on one, read on the other, inverted in software, and the loop repeated, with the frequency of the resulting oscillation reported. Twice this frequency is the rate of reading, modifying, and writing to pins (plus the loop overhead).
<center>
<table border="1" style="text-align:center">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment