在线时间1 小时
UID325138
ST金币0
蝴蝶豆0
注册时间2011-10-28
新手上路
- 最后登录
- 2020-2-13
|
楼主 |
发表于 2011-10-31 16:58:41
|
显示全部楼层
a0a.1 0b0c
RE:STM32F103芯片的SW_RX到底是芯片的哪个引脚?
我觉得这个图说明不了什么东西。
ST8024是7816的接口芯片,它提供了IO脚,但是这个IO与MCU如何连接,取决MCU的处理,图中并没有说明。ST8024的/OFF脚,其实是通知MCU是否有卡的。这可以从ST8024的文档中看出来。
现在我们在《STM32F1xx Reference manual》中去看,STM32F103的usart1、2、3是可以模拟成smartcard的接口的,此时,STM32F103相当于一个读卡器。所以,smart card的7816接口信号,包括IO信号,可以直接连接STM32F103的相关引脚。这个引脚是谁?文档中说,Tx可以接IO,而且是在smart card的时候,用来收发的。如下:
TX: Transmit Data Output. When the transmitter is disabled, the output pin returns to its IO
port configuration. When the transmitter is enabled and nothing is to be transmitted, the TX
pin is at high level. In single-wire and smartcard modes, this IO is used to transmit and
receive the data (at USART level, data are then received on SW_RX).
似乎是说SW_RX是一个Tx做输入时的使能。如果是这样,这是芯片的哪个引脚?
文档中又说:
When connected to a smartcard, the TX output of the USART drives a bidirectional line that
the smartcard also drives into. To do so, SW_RX must be connected on the same IO than
TX at product level.
这段话无法知道SW_RX是一个Rx还是一个使能,但是,它必须连接IO是肯定的。那么,它到底是芯片的哪个引脚?
而且,文档中给出的usart diagram,明显有SW_RX脚。但是,后续并没有说哪个脚是它。 |
|