Hi,
I am using a linux utility "spidev_test" to write into ADC register.
For example if I want to write a value of 0x6c at offset of 0x70 , I use the following command:-
$ spidev_test -D /dev/spidev1.0 -s 1000000 -H -O -b 8 -S 1 -p "\x00\x07\x6c"
(This command loads the bitmapper)
Now how can I confirm that the value is being written at offset 0x07?
Is there any other linux utility using which I can achieve this?
If possible please suggest me a easy way(Linux based) using which I can read and write into these registers
Thanks,
Sameeksh M Shetty