-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Nrf7120 pdm test support #25347
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
base: main
Are you sure you want to change the base?
Nrf7120 pdm test support #25347
Conversation
Added supported for nRF7120 dmic sample using the AUXPLL. Signed-off-by: David Jewsbury <david.jewsbury@nordicsemi.no>
Added supported for pdm_loopback, pdm_instances and dmic_api tests for nRF7120 which uses both PCLK and AUXPLL as driving clocks for the PDM. Signed-off-by: David Jewsbury <david.jewsbury@nordicsemi.no>
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
| * | ||
| * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| */ | ||
| /* Loopback between P0.0 and P1.14 required */ |
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.
Is P0.0 correct? Shouldn't this be P1.0?
| * | ||
| * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| */ | ||
| /* Loopback between P0.0 and P1.14 required */ |
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.
P1.0?
| * | ||
| * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| */ | ||
| /* Loopback between P0.0 and P1.14 required */ |
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.
P1.0?
The tests using the AUXPLL require support for a custom decimation ratio in the NRFX PDM driver which will come at a later date and therefore these will be quarantined. The
pdm_loopbacktest also requires NRFX 4.0 release due to use of GPPI which needs changes in MDK and this PR: #25312