Hello, the reset pin must be high or low, try adding RST=1 or RST=0
Hello, the reset pin must be high or low, try adding RST=1 or RST=0
muchacho amigo mio
RST must be high, RST=1.
maybe the problem is the crystal, try with a 4mhz cristal and more slowly speed of comunication, quiza asi se solucione tu problema chico
Are the data adresses that I am shifting out correct? That is what I think I am doing wrong. I couldn't fully understand the datasheet's SPI output.
Thanks,
InitialDriveGTR
The data adresses is ok. However, the ADIS16250 SPI clock speed is 2.5 MHz, you need to decrease your clock speed in order to transfer data between devices.
Try reading the status register of the ADIS16250 ($3C).
How does one go about decreasing the SPI clock speed?
Thanks,
Benjamin B. Roy
Hello. add this line to your code:
DEFINE SHIFT_PAUSEUS ms
ms is the time in milliseconds between clock pulses
What would be a good pause time? (Note that I am completely new to this)a
Bookmarks