Page 1 of 1

Pin outs

Posted: Thu May 01, 2014 11:22 am
by nigelibrown
Where can I find a detailed description of all the available edge connections?

Re: Pin outs

Posted: Thu May 01, 2014 7:31 pm
by dhylands
This file: https://github.com/micropython/pyboard/ ... YBv10b.pdf has a bunch of key information on the board itself.

Page 1 - schematics of the pyboard
Page 2 - shows some of the functions available for each pin
Page 5 & 6 show 3D views of the board (of course if you have the real board, presumably it looks the same)

Using the schematics and the functions from Page 2, you can get really detailed information from the STM32F405 datasheet, but that's like 1700 pages, and not something I would recommend looking at for most people.

Can you describe what you're trying to figure out? I can then probably direct you or provide the information.