【MCU实战经验】基于STM32F103C8T6的hart总线调试器设计
求教STM32F103进入STOP模式后用外部中断唤醒的问题
基于STM32F103RCT6的无源蜂鸣器音乐播放(生日快乐歌)
STM32F103c8t6有没有DAC 功能?
STM32F103x中文数据手册
新手求教,为何在我电脑上找不到STM32F1Xx.h文件
金龙107例程汇总(STM32F107)
万利STM32F107VC 原理图
STM32F103 ADC多通道检测必须要DMA吗?
【官方例程】STM32F107以太网官方例程
回复:STM32F103芯片的SW_RX到底是芯片的哪个引脚?
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脚。但是,后续并没有说哪个脚是它。