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

nrf: new_txonly_nosck() does not work with most SPIM instances #3786

Open
timokroeger opened this issue Jan 20, 2025 · 0 comments
Open

nrf: new_txonly_nosck() does not work with most SPIM instances #3786

timokroeger opened this issue Jan 20, 2025 · 0 comments

Comments

@timokroeger
Copy link
Contributor

While working with WS2811 LEDs I found that

pub fn new_txonly_nosck(

does not actually work. This is a known issue as described here: zephyrproject-rtos/zephyr#57147 (comment)

The above comment indicates that nosck is possible with SPIM3 instance on nrf52840 devices. But even there I found that the MOSI pin is only driven during the transaction and goes High-Z otherwise.

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