question about STM32L562 smartcard mode?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-26 1:23 AM
Hi,
When I configured the USART to "smartcard with card clock" mode, it can receive the response with 2bit guard time from smart card, but can't receive the response with 1bit guard time.
Please advise why it can't receive the response with 1 bit guard time from smart card.
Thanks,
QiZhang
Solved! Go to Solution.
- Labels:
-
STM32L5 Series
-
UART-USART
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-26 8:11 AM
Hi @zqizh.1​ ,
Normally both options are supported, listed in documentation as 0.5 and 1.5 stop bits communication.
USART1-3 should be normally capable. Try using CubeMX to generate the full correct configuration or refer to an example from cube package.
Rgds,
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-26 8:11 AM
Hi @zqizh.1​ ,
Normally both options are supported, listed in documentation as 0.5 and 1.5 stop bits communication.
USART1-3 should be normally capable. Try using CubeMX to generate the full correct configuration or refer to an example from cube package.
Rgds,
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
