Question
My ADISUSB software ADIS16407_Eval_Rev_1 crashes when I try to write a value to
any register.
E.g. I tried to write 0xFF to the offset register XGYRO_OFF.
Following error occurs:
Run-time error '9'
Subscript out of range
Answer
When you write to a register in this software do not use the dataformat 0xFF.
Write FF only, without 0x as prefix.