I'm trying to find the actual hardware pinout of the teensy, and as far as I can tell, it's nowhere to be found.
By hardware pinout, I mean the mapping between microcontroller pins and the teensy pads.
I picked up a teensy to use as a convenient ARM dev board, with zero interest in using any of the arduino cruft (rather, just using the hardware directly), but as far as I can tell the only way to do that at the moment is to reverse engineer the teensy arduino compatibility layer.
In this case, I want to do fast atomic 8-pin updates, so I need to be able to figure out which pins are on which port (PTA,B,C,D,E, etc...).
A schematic would be ideal, but even a table mapping the arduino pin number things to the actual MCU ball would be plenty.
By hardware pinout, I mean the mapping between microcontroller pins and the teensy pads.
I picked up a teensy to use as a convenient ARM dev board, with zero interest in using any of the arduino cruft (rather, just using the hardware directly), but as far as I can tell the only way to do that at the moment is to reverse engineer the teensy arduino compatibility layer.
In this case, I want to do fast atomic 8-pin updates, so I need to be able to figure out which pins are on which port (PTA,B,C,D,E, etc...).
A schematic would be ideal, but even a table mapping the arduino pin number things to the actual MCU ball would be plenty.
Last edited: