I'm using a STM8S003F3 and in my project I need to use a secound UART ( using others PINS different that 2(TX) and 3 (RX) ), like a AltSerial Library for Arduino. Somebory knows some similary LIbrary for STM8S003 to perform that function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-08 1:45 PM
I'm starting to use STM family, so I haven't much experiency, and I'm Brasilian, so don't borry with my English, Please. Thanks for some help. Best regards
- Labels:
-
UART-USART
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-09 8:44 PM
@ST Community​ who is covering STM8?
Pretty sure there is an STM peripheral library, you'll want to identify usable pins on your chosen part from Data Sheet, and perhaps adapt/modify libraries to suit
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-10 8:41 AM
Hi Clive Two.Zero. First of all thanks for your help.
STM8 is covering a Neob-6M GPS device that are using a USART communication, and I need to conect a n other device by a USART communication too. So, in this STM8S003 we have one USART only, because this I'm thinking to use some library to performe a second USART in this STM. I used in the past a Lib named AltSerial together a ARDUINO, but I want to use a STM line.
