Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Half-Duplex options for STM8L #360

Closed
TG9541 opened this issue Oct 7, 2020 · 1 comment
Closed

Half-Duplex options for STM8L #360

TG9541 opened this issue Oct 7, 2020 · 1 comment
Assignees

Comments

@TG9541
Copy link
Owner

TG9541 commented Oct 7, 2020

RM0031 family STM8L devices have a half-duplex option (USARTx_CR5 HDSEL). Make option HALF_DUPLEX available to STM8L devices.

Note: RM0013 family STM8L devices (e.g. STM8L101F3) don't provide a half-duplex option.

@TG9541 TG9541 self-assigned this Oct 7, 2020
@TG9541
Copy link
Owner Author

TG9541 commented Oct 8, 2020

Now tested with the STM8L051F3P6 USART - this means that a safe half-duplex option for using PA2/USART_TX is available (which is on pin1 like PA0/SWIM). Alternatively PC5/USART_TX can be used (which is on pin8 and that's "safe" anyway).

image

@TG9541 TG9541 closed this as completed in 9f47a1f Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant