Skip to main content

All Questions

Tagged with
-3 votes
1 answer
131 views

Definitions of Serial TTL UART MCU acronyms

I was looking for a comprehensive list of terms and acronyms concerning serial peripheral communication including their descriptions and, crucially, how they relate to each other. Since this site ...
Jamesfo's user avatar
  • 256
0 votes
0 answers
285 views

ESP32-C3-WROOM: error flashing chip

I am developing an ESP32-C3-WROOM custom board, but when I tried to flash the chip using UART (FT232D USB-TTL) and Arduino IDE, I got the message "A fatal error occurred: Failed to connect to ...
Nirmal Mathew Theruvil's user avatar
0 votes
1 answer
256 views

Is powering the Nuvoton N76E003 with just the UART0 pins legitimate?

I bought an 8 channel USB/UART controlled relay board from banggood.com: https://www.banggood.com/2-in-1-DC-5V-8Channel-USB-Serial-Port-Relay-Module-UART-RS232-TTL-Switch-Board-CH340-for-Windows-Linux-...
user avatar
1 vote
2 answers
1k views

Flashing program into microcontroller, usb-ttl, idea behind?

I have limited knowledge on this topic(MCUs, communication protocols, etc.). I back then worked with an STM32 MCU and did some UART(or USART, can't remember) communication between a PC and the MCU. ...
muyustan's user avatar
  • 2,106
2 votes
2 answers
1k views

Mux UART with 74xx Multiplexer

I have a legacy LPC MCU with 2 UARTs only. One of these UARTs is reserved for different functions such as IAP and RS232. So basically, I have one UART available only. For an experimental project I ...
hendrikschnack's user avatar