Menu Close

Tag: uart

UART software engineering main function

1. fii_uart1.c   Related reference articles: RISC-V teaching plan   fii_uart1.c is mainly used to implement the declared UART1_IRQ_register function in fii_uart1.h #include <stdio.h> #include…

UART introduction and design

1. Introduction to UART   Related reference articles: RISC-V teaching plan Before entering the RISC-V UART interrupt design, here is a brief introduction to the…