Hello,
I am using spi device, not available in linux GIT, and I've write a driver for it using the datasheet. The device is RTC RV-3049 (micro crystal).
On reading registers, I always get value 0 for all registers, on reading.
According to datasheet al least register 0x3 should have 1 at bit 5 after power on, but I see only 0.
I would like to ask if it is correct defining the device as SPI_MODE_1 . See the following read table:
If you have other ideas as to how to debug the device please tell me. Using fram with spi bus works OK (though another bus, and another cs)
Thanks,
Ran