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

Added UART DMA reception for sylink messages with more then 1byte data #1060

Merged
merged 2 commits into from
Jun 22, 2022

Conversation

tobbeanton
Copy link
Member

By using DMA for syslink uart reception we will free up CPU time and reduce jitter. The DMA will be setup after receiving the header+length (3 bytes) and if data length is more than 1. Most messages are many bytes long.

A kbuild define communication->SYSLINK_RX_DMA has also been added with default set to yes. It enables users to go back to interrupt driven receive if this is needed.

@krichardsson krichardsson merged commit eda5a3a into master Jun 22, 2022
@krichardsson krichardsson deleted the tobba/syslink_rx_dma branch June 22, 2022 08:52
@krichardsson krichardsson added this to the 2022.09 milestone Sep 7, 2022
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.

2 participants