Ring Oscillators

We started this page to catalog tests of speed for a variety of microprocessors and electronics modules. Here we define speed as how fast information can transit from external electronics into the core where microcode is running and back out again. A good way to test this is by constructing a ring oscillator, which simply sends token back and forth, producing a waveform that can be measured with an oscilloscope.

GPIO

To measure speed across a GPIO layer, we use a logic level as our token. We also enforce that the token must reach the CPU, where code is running, rather than simply be inverted by digital logic or an event system.

RF

To measure speed across a radio link, we use the smallest supported packet.

WildWest

Here we test embedded platforms that stray from the Harvard Architecture ... I.E FPGAs, PSOCs etc, including event systems or digital logic configurable in other microcontrollers (i.e. the XMEGA).

This page is part of a public gitlab project available here.

We've also started testing embedded network performance. That documentation is here.