Skip to main content

Questions tagged [uart]

A UART (Universal Asynchronous Receiver Transmitter) is a piece of logic that sends and receives data on a serial port.

0 votes
1 answer
98 views

I have some old typical 16x2 LCD character displays. Two of them have an extra UART board attached but I cannot find any documentation on them at all. They expose 2 positive pins, 2 negative pins, 2 ...
Bollebips's user avatar
6 votes
2 answers
687 views

Recently, got a custom STM32F103CBT6 microcontroller board manufactured and got a basic GPIO pin to blink an LED. However, once I started trying to output simple messages via a UART port, using a HC-...
Moe's user avatar
  • 63
0 votes
1 answer
68 views

I was reviewing the AM62L EVM (Evaluation Module) schematic and noticed that the UART lines (TX, RX) have external pull-up resistors to 3.3 V. However, when I checked the AM62L datasheet and technical ...
akash Pulikkal's user avatar
2 votes
0 answers
83 views

A strange issue that appears to be an obvious fix at first, but I have tried the usual suspects... My goal is to build a simple UART bridge on a PIC16F18456 (without XTAL). RX data on USART1 and TX ...
GeoReb's user avatar
  • 33
1 vote
1 answer
78 views

I'm new in the STM32 world. I’m currently testing basic UART communication on an STM32 (STM32F302R8) with an HC-05 Bluetooth module, and I’m running into a strange issue with receiving data. I'm using ...
Groundzero's user avatar
6 votes
3 answers
892 views

I have been working on multiple projects of Embedded Linux from last 5 years but there is a small problem when I use UART. I am using STM32MP13F with MYIR board. The UART is connected to half duplex ...
Hamza Mehboob's user avatar
1 vote
1 answer
81 views

Regarding this STM32 MCU family (in my case STM32F303K8T6), in the datasheet there is the following statement about UART peripherals: If I'm not wrong it says this MCU has three USARTs. But when I ...
pnatk's user avatar
  • 1,622
1 vote
1 answer
122 views

Basic setup information: I have a Nucleo-F767ZI connected to my PC through the USB cable which is also used for its virtual com port. All the peripherals have been iniitalised to their default mode. I ...
Shrinivas Iyengar's user avatar
0 votes
1 answer
104 views

I am working with STM32F7 mcu running at 160 MHz, I am also running UART at 160 MHz in interrupt mode to receive data, but in DMA mode to send data. My program also runs 3 SPI and 1 I2C in DMA mode to ...
Dominykas's user avatar
  • 515
-1 votes
1 answer
69 views

I'm developing a project using an STM32 Nucleo board. At the core of this project is a UART-based communication protocol running in interrupt (IT) mode — not polling or DMA. This protocol is ...
durna's user avatar
  • 21
1 vote
1 answer
81 views

I've been banging my head on a wall for a shameful amount of time trying to understand why USART is not invoking DMA to transfer bytes from its Rx buffer into a memory buffer: ...
uspectaculum's user avatar
0 votes
1 answer
97 views

I've a sensor MCU which cannot be reprogrammed. That MCU constantly sends values over Serial and doesn't care if there is another device listens or not. The whole device is powered by an onboard AC-DC ...
CaveScientist's user avatar
1 vote
1 answer
75 views

I have a TJC HMI display similar to Nextion. It communicates with the ESP32 through UART. The display operates at 5V, but the specification table indicates that the Tx and RX pin voltages are 3.3V, ...
Ahtisham A's user avatar
0 votes
2 answers
192 views

I am designing a PCB board that features the ESP32 as the microcontroller. The UART pins will connect to an external HMI LCD, specifically the TJC (a Chinese version of Nextion), through a screw ...
Ahtisham A's user avatar
2 votes
2 answers
173 views

This question is a continuation of a question which I asked earlier in this forum.We are doing a discrete circuit implementation of an IrDA transceiver.This question is also related to it. We made the ...
Confused's user avatar
  • 4,047

15 30 50 per page
1
2 3 4 5
115