Fix typo, rearrange heading level and page name
This commit is contained in:
parent
eeeb8102a8
commit
03db643ed8
8 changed files with 70 additions and 68 deletions
|
@ -1,20 +1,15 @@
|
|||
## UEXT Connector (P2)
|
||||
|
||||
|
||||
### UEXT overview
|
||||
## UEXT overview
|
||||
the development boards so customer can choose which feature he want to use.
|
||||
|
||||
UEXT (Universal-Extension-Connector) is board to bard connector which support 3 serial communication interface, such as I2C, SPI, RS232.
|
||||
UEXT (Universal-Extension-Connector) is board to board connector which support 3 serial communication interface, such as I2C, SPI, RS232.
|
||||
The combination of theese feature is supported by every decent microcontroller, this will enable broad choice to connect modules.
|
||||
UEXT gives you freedom to choose module that you want to use.
|
||||
|
||||
!!! Notice
|
||||
As UEXT have RS232 and the Rx and Tx signals should be crossed we can say that UEXT on the board is with HOST; UEXT on the module is with SLAVE/DEVICE layout.
|
||||
|
||||
---TBU---
|
||||
|
||||
|
||||
### Pinout Table
|
||||
## Pinout Table
|
||||
Helios64 provides UEXT on header P2 which following the UEXT standard, containing UEXT, SPI, and I2C connector.
|
||||
You can find the P2 header from the connector/interface list at [hardware overview](/helios64/hardware) page.
|
||||
|
||||
|
@ -30,31 +25,30 @@ Below is the detailed description of UEXT header pinout:
|
|||
|
||||
| PIN | Port | Remarks |
|
||||
|-----|------|-------------|
|
||||
|1 |3.3V|
|
||||
|2 |GND|
|
||||
|3 |TXD (UART)|
|
||||
|4 |RXD (UART)|
|
||||
|5 |SCL (I2C)|
|
||||
|6 |SDA (I2C)|
|
||||
|7 |MISO (SPI)|
|
||||
|8 |MOSI (SPI)|
|
||||
|9 |SCK (SPI)|
|
||||
|10 |SSEL (SPI)|
|
||||
| 1 | 3.3V | |
|
||||
| 2 | GND | |
|
||||
| 3 | TXD (UART) | |
|
||||
| 4 | RXD (UART) | |
|
||||
| 5 | SCL (I2C) | |
|
||||
| 6 | SDA (I2C) | |
|
||||
| 7 | MISO (SPI) | |
|
||||
| 8 | MOSI (SPI) | |
|
||||
| 9 | SCK (SPI) | |
|
||||
|10 | SSEL (SPI) | |
|
||||
|
||||
!!! Warning
|
||||
Please note the UEXT connector at Helios64 board doesn't provide the plastic covering, so be carefull with the header polarity!
|
||||
Make sure your device is correctly oriented before connecting!
|
||||
|
||||
### SPI and I2C
|
||||
## SPI and I2C
|
||||
|
||||
The implementation of SPI and I2C in the UEXT connector is follow similar convention in the Helios64 board. Please reffer to this page:
|
||||
The implementation of SPI and I2C in the UEXT connector is follow similar convention in the Helios64 board. Please refer to this page:
|
||||
|
||||
- [SPI](/helios64/hardware/)
|
||||
- [I2C](/helios64/I2C/)
|
||||
|
||||
---**TBU**---
|
||||
|
||||
### Exception
|
||||
## Exception
|
||||
|
||||
We have connected the UART bus from the RK3399 to the serial console in the USB-C, so there is no dedicated line of UART in the UEXT connector.
|
||||
The UART bus in this UEXT header is the parallel ones with the serial console.
|
||||
|
@ -62,3 +56,6 @@ Therefore if you connect some module which might ***require dedicated serial UAR
|
|||
|
||||
!!! Notes
|
||||
Please note also, that GPS modules in UEXT format also will not work due to similar reason.
|
||||
|
||||
## References
|
||||
https://www.olimex.com/Products/Modules/UEXT/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue