• Post category:StudyBullet-8
  • Reading time:4 mins read


Learn how to write a UART in VHDL for an FPGA – Communication protocols part1

What you will learn

UART protocol fundamentals

Learn how UART protocol works

How to write UART Transceiver in VHDL language

Learn to design a UART Receiver and Transmitter from ZERO

Description

This UART Course was made by a professional electronic engineer specializes in FPGA !

This UART course is the first one on a series of courses about communication protocols.

In this UART course you will learn everything you need to know about UART


Get Instant Notification of New Courses on our Telegram channel.


  • No prior communications protocol knowledge is needed – I will teach everything about serial communication and how to sample it, and about the issues we might have inside FPGA when trying to sample a signal from the outside world.
  • You will learn how to design a UART – I will teach you step by step about my UART design and explain you how to design better.
  • I will go through the fundamentals of UART communication and explain it – I will teach you what UART is and about the UART protocol, more than that I will talk about the physical layer of RS232.
  • I will explain my VHDL UART code and we will even simulate it together –  we will simulate the Receiver and Transmitter

In the end of this UART course you will have your own working UART in VHDL language!!!

In this UART course i will also teach about serial communication protocols in general and how to use our fast clock in order to sample the slow signal from the outside world.

This UART Course was made for all levels by a professional electronic and computer engineer. with a huge experience with FPGAs of all of the companies in the market.

English
language

Content

Introduction

Introduction

UART communication overview

What is UART
UART and its physical layer
How does UART data packet looks like
How to sample the UART data packet
Our UART structure design

UART in VHDL

UART Transmitter
UART Receiver

Simulations

Receiver simulation
Transmitter simulation

Bonus Lecture

Bonus Lecture