Tool/software:
- Is there a possibility when using SPI of writing the DAC0 value, DAC1 value and the load dac value at once, without changing the CS pin? I do want them to update simultaneously and not use a ldac pin.
To have an as fast as possible handling from the MCU side, I'd like to compule a package with all this information and push it out at once. so something like:
CS (pin low)
Adr dac0 data write value (24bit)
Adr dac1 data write value (24bit)
Adr commom_trigger LDAC (24bit)
CS (pin high)