You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 callingreset_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!
The text was updated successfully, but these errors were encountered: