-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
applications: sdp: mspi: add calculating counter value #20209
applications: sdp: mspi: add calculating counter value #20209
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 9160e52ae72ffb3dd0fac8bb63880ff811c5084b more detailssdk-nrf:
Github labels
List of changed files detected by CI (5)
Outputs:ToolchainVersion: acee3b0b2b Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
0e04fa4
to
eb0a5a8
Compare
@magp-nordic CI is red |
eb0a5a8
to
8cb8290
Compare
8cb8290
to
c095118
Compare
After documentation is built, you will find the preview for this PR here. |
714e36a
to
7d22dfc
Compare
429d26d
to
f7d8724
Compare
You can find the documentation preview for this PR here. |
f7d8724
to
c8bf6c9
Compare
feb27a3
to
b3643cf
Compare
Add temporary fix for not starting VTIM when max frequency is set (counter value 0). Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
b3643cf
to
dd735cc
Compare
dd735cc
to
3495a22
Compare
Add calculating VTIM CNT0 value base don required frequency. Also, add checking if required frequency is not too small. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Add setting CNT0 value to the one received from APP. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
3495a22
to
9160e52
Compare
|
Add calculating VTIM CNT0 top value based on desired frequency.
Needs #20320 to make CI green.