diff options
author | Jakob Schlyter <jakob@kirei.se> | 2016-07-16 10:09:52 +0200 |
---|---|---|
committer | Jakob Schlyter <jakob@kirei.se> | 2016-07-16 10:09:52 +0200 |
commit | fdec3ae27d5fd4827d214beb2f6c46d0ca1d103e (patch) | |
tree | 883b41485e9641727db09d8cb2a26b75687b9c93 | |
parent | 541aa7402c7300cd0773fd43cc9c5acaa6aa727c (diff) |
document the GPIO ports on HSM rev.03
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -73,6 +73,22 @@ this directory with the name of the file as the only argument: Depending on permissions on your host system you might want to run the upload script as root. +## GPIO on Cryptech HSM rev.03 + +The GPIO ports are located on JP5 (AVR_GPIO). From left to right, as seen when the marking is above the connector, the ports are: + + 1. 3V3 + 2. PORTC0 + 3. PORTC1 + 4. PORTC2 + 5. PORTC3 + 6. PORTC4 + 7. PORTC5 + 8. PORTC6 + 9. PORTC7 +10. GND + + ## Dependencies ### Fedora |