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

Adis16470 fixes #788

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Adis16470 fixes #788

merged 2 commits into from
Oct 23, 2024

Conversation

jlaitine
Copy link

No description provided.

Add a new macro, which can be defined to set a minimum delay within the SPI driver
to delay the transfer start. Some drivers require minimum delay from the CS
assertion to the start of the transfer.

If the macro is not defined by the board config or nuttx, use px4_udelay to
implement the delay.

Signed-off-by: Jukka Laitinen <[email protected]>
…er start

This is required by the datasheet, and the delay is too short causing errors on some platforms

Signed-off-by: Jukka Laitinen <[email protected]>
@jlaitine jlaitine requested a review from pussuw October 23, 2024 07:20
@jlaitine jlaitine merged commit 8d8094e into main Oct 23, 2024
23 checks passed
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