Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UART EasyDMA example #272

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

jamolnng
Copy link

This example echos commands, denoted by a new line, sent to the UARTE0 interface and over RTT (Real-Time Transfer) I/O protocol for debug purposes. I saw there were a few other pull requests with UART examples but they were more complicated, this gives a starting point which is severely under-documented.

This was designed and tested on the nRF52840-DK (PCA10056):
https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK

but I'm sure it can be easily expanded

Jesse added 3 commits November 30, 2020 18:44
use one buffer instead of two and use rust slice semantics to get a single item slice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant