Tool/software:
Hello,
I am trying to get proper communication with my DAC53204 device and believe I am sending the proper commands in order to enter 4-Wire SPI mode. The issue is that I am never seeing a Write Command echo on my SDO line.
Here is a logic analyzer plot of the very first two commands I send over the SPI bus which are to enable the GPO pin 0x24 0x20 0x00 followed by a command to enable the SDO pin 0x26 0x00 0x01:
I am running the bus at 500kHz and I have enabled my Raspberry Pi 5 to be SPI Mode 2.
Thank you!