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

Hardcoded SDMA3 Request Events in load_channel() #2

Open
pyaramada opened this issue Aug 3, 2024 · 0 comments
Open

Hardcoded SDMA3 Request Events in load_channel() #2

pyaramada opened this issue Aug 3, 2024 · 0 comments

Comments

@pyaramada
Copy link

The issue is in the load_channel() function where SDMA request events are hardcoded to ASRC context 0, despite sdma_chan_config() allowing for custom event configurations via peripheral_config. This behavior disregards the caller's specifications and limits the function's flexibility. Could we update the implementation to dynamically use the events defined in the provided peripheral configuration? This change would enhance adaptability and correctness.

Thank you for your attention to this matter.

image
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