-
Notifications
You must be signed in to change notification settings - Fork 1.4k
samples: direct_test_mode: Fix gppi implementation #26079
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
Conversation
Fix the mismatch in API for nrfx_gppi_ep_attach function. Signed-off-by: Dominik Chat <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes an API mismatch in the nrfx_gppi_ep_attach function calls within the Direct Test Mode sample. The function signature was being used with reversed parameter order, where the event address and channel identifier were swapped.
Key Changes:
- Corrected parameter order in all nrfx_gppi_ep_attach calls to match the proper API signature (event address first, channel second)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: a0f64feb7e605f59c395bd281b6a2703b635268b more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)Outputs:ToolchainVersion: 43683a87ea Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Fix the mismatch in API for nrfx_gppi_ep_attach function.