Detailed Explanation of UART Project – 00 Project Overview

Detailed Explanation of UART Project - 00 Project Overview

Click on “Two Monkeys Club“ Follow Us Table of Contents 00 Project Overview 01 Synchronization Processing of Asynchronous Clocks 02 FIFO Design (Part 1) 03 FIFO Design (Part 2) 04 Baud Rate Design 05 Data Reception Section 06 Data Transmission Section 07 Simulation Framework 08 Baud Rate Model and Register Operations 09 Data Transmission Model … Read more

Understanding On-Chip Bus Protocols: A Deep Dive into APB

Understanding On-Chip Bus Protocols: A Deep Dive into APB

Previously, we discussed the on-chip interconnect bus, but having just the bus is not enough; we also need on-chip bus protocol support. Only with the protocol can we operate the registers accurately. When it comes to on-chip bus protocols, there are many, such as the AMBA bus used by ARM, the Wishbone bus by Silicore, … Read more