Skip to content
Snippets Groups Projects
Commit be6e3edf authored by Yun Rock Qu's avatar Yun Rock Qu Committed by Graham Schelle
Browse files

update io_switch docs for RPi interface (#601)

parent 24962276
No related branches found
No related tags found
No related merge requests found
......@@ -638,7 +638,7 @@ Note:
- SCL1, SDA1 can either be used on to-row (pins D10 - D11) or
bottom-row (D14-D15) but not both.
Switch mappings used for Raspberrypi:
Switch mappings used for Raspberry Pi:
======= ====== ======== ====== ============ ======== ==== =============
......@@ -649,14 +649,14 @@ GPIO0 GPIO SDA0
GPIO1 GPIO SCL0
GPIO2 GPIO SDA1
GPIO3 GPIO SCL1
GPIO4 GPIO TIMER_ICx
GPIO5 GPIO TIMER_ICx
GPIO6 GPIO TIMER_ICx
GPIO7 GPIO SS0 TIMER_ICx
GPIO8 GPIO SS0 TIMER_ICx
GPIO9 GPIO MISO0 TIMER_ICx
GPIO10 GPIO MOSI0 TIMER_ICx
GPIO11 GPIO SPICLK0 TIMER_ICx
GPIO4 GPIO
GPIO5 GPIO
GPIO6 GPIO
GPIO7 GPIO SS0
GPIO8 GPIO SS0
GPIO9 GPIO MISO0
GPIO10 GPIO MOSI0
GPIO11 GPIO SPICLK0
GPIO12 GPIO PWM0
GPIO13 GPIO PWM1
GPIO14 GPIO UART0_TX
......@@ -675,10 +675,8 @@ GPIO25 GPIO
Note:
- `x` can be 0, 1, or 2 for TIMER_ICx.
- GCLK0, 1, and 2 are used which do not go through the switch,
providing 50% duty cycle square wave generation.
- SPI0 can have up to two SS's.
- SPI0 can have up to two Slave Selects (SS's). SS0 can be used to program the
functionality for the IO switch.
PYNQ MicroBlaze Example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment