2024-07-11 05:18 AM
Solved! Go to Solution.
2024-07-11 07:04 AM
Do writes to other registers (i.e. CTRL3_REG) work and can you correctly read back the value you just wrote?
What hardware are you working with? Custom or a dev board of some sort?
> Could anyone suggest potential reasons for this discrepancy or any troubleshooting steps I should take?
Put a scope on the SPI lines and see if they agree with what your code returns.
2024-07-11 07:04 AM
Do writes to other registers (i.e. CTRL3_REG) work and can you correctly read back the value you just wrote?
What hardware are you working with? Custom or a dev board of some sort?
> Could anyone suggest potential reasons for this discrepancy or any troubleshooting steps I should take?
Put a scope on the SPI lines and see if they agree with what your code returns.
2024-07-18 09:43 PM
Thanks for the response.