PINE64
Article: NuttX RTOS for PinePhone: UART Driver - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+--- Thread: Article: NuttX RTOS for PinePhone: UART Driver (/showthread.php?tid=17326)



Article: NuttX RTOS for PinePhone: UART Driver - lupyuen - 09-09-2022

This article explains the UART Controller for the Allwinner A64 SoC inside PinePhone…

-  Transmit and receive UART Data the Polling Way

-  Also the Interrupt-Driven Way

-  Enabling UART Interrupts

-  Handling UART Interrupts

And how we implemented PinePhone’s UART Driver for Apache NuttX RTOS.

NuttX RTOS for PinePhone: UART Driver