mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-07-22 06:39:18 -04:00
Add incoming and outgoing CTS (Clear To Send) signals for the FPGA
to let the CH552 and FPGA signal each other that it is OK to send UART data. The CTS signals indicate "OK to send" if high. If an incoming CTS signal goes low, the receiver of that signal should immediatly stop sending UART data.
This commit is contained in:
parent
5d138ef45b
commit
48cbb55d6e
7 changed files with 54 additions and 5 deletions
|
@ -14,8 +14,8 @@
|
|||
# UART.
|
||||
set_io interface_rx 26
|
||||
set_io interface_tx 25
|
||||
# set_io interface_cts 27
|
||||
# set_io interface_rts 28
|
||||
set_io interface_ch552_cts 27
|
||||
set_io interface_fpga_cts 28
|
||||
|
||||
|
||||
# SPI master to flash memory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue