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

Non blocking uart example? #538

Open
MarioPL98 opened this issue Jan 12, 2023 · 0 comments
Open

Non blocking uart example? #538

MarioPL98 opened this issue Jan 12, 2023 · 0 comments

Comments

@MarioPL98
Copy link

Hello. Is there any example of transmitting and receiving uart without blocking? I've seen the DMA example but it seems to be sending in a blocking way.

I remember doing something like this on stm32 by creating two circular buffers, one for sending and one for receiving. Then I used interrupts to send/receive both.

@MarioPL98 MarioPL98 changed the title Nom blocking uart example? Non blocking uart example? Jan 12, 2023
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

No branches or pull requests

1 participant