Update README.md
This commit is contained in:
parent
faf4e352eb
commit
5df5c997d5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ An IDE ( Integrated Development Environment) is used for programming the PCB des
|
|||
|
||||
The internal SOC consists of RISC V, SRAM, GPIOs and PLL which can be provided by sky130 PDK and rest of the components like ADC, UART module and timers has to be included in the Bill Of Materials (BOM).
|
||||
|
||||

|
||||

|
||||
|
||||
# Introduction to FT2232H
|
||||
The serial port of the computer usually meets RS-232 standard. It has signal voltage swing of around -13 to +13V. The PCB design uses TTL serial (Transistor-Transistor logic) which has signal voltage level between 0 and VDD ( 3.3V/1.8V). A common communication protocol is needed for data transfer i.e data has to be transferred at same baud rate and at same endianness. hence FT2232H is used for converting USB to serial converter.
|
||||
|
|
|
|||
Loading…
Reference in a new issue