Tool/software:
Hi, we have the DAC53204RTER wired with SPI with a STM32 micro. For some reason I am not able to get output voltage.
I followed theses instructions to just get something out on DAC0, as suggested on the forum.
0x1F, 0x02, 0x49
0x03, 0x04, 0x00
0x19, 0xFF, 0x70
To verify the DAC is alive I am trying to read a register back, however I could not find any documentation on how to read a given register using SPI.
Any help will be much appreciated on how to read a register, as well as indicating if I am missing an initialization.
Thanks