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

DW3000 doesn't go in IDLE_RC state after reset_DWIC() #20

Open
aqzi opened this issue Nov 11, 2024 · 0 comments
Open

DW3000 doesn't go in IDLE_RC state after reset_DWIC() #20

aqzi opened this issue Nov 11, 2024 · 0 comments

Comments

@aqzi
Copy link

aqzi commented Nov 11, 2024

I'm using the Nucleo-F429ZI paired with a DWS3000 shield. When running the simple_tx example project, the device fails to reach the IDLE_RC state after calling reset_DWIC() and sleeping for 2ms. This causes it to get stuck in the infinite loop where the state is verified.

--> while (!dwt_checkidlerc()) { /* spin */ };

If anyone knows how to resolve this issue, your help would be greatly appreciated!

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