Skip to content

Configured UART2 on a PIC24F; implemented an interrupt-driven ring buffer for RX/TX; verified with a serial terminal and logic/scope traces; wrote a brief register-config guide.

Notifications You must be signed in to change notification settings

Shaheer12345678/-PIC24F-UART-Driver-Ring-Buffer-ENSF-lab-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIC24F UART Driver with Interrupt-Driven Ring Buffer

Target: PIC24FJ (adjust config bits/UART module as needed). Uses XC16. Files provide a minimal TX/RX circular buffer and example echo app.

NOTE: You must set your device-specific registers and config bits in system.c.

About

Configured UART2 on a PIC24F; implemented an interrupt-driven ring buffer for RX/TX; verified with a serial terminal and logic/scope traces; wrote a brief register-config guide.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages