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!