DAC: EVAL- AD5669R / AD5629R
MC: PIC32MK1024MCM100
API: No-OS (Dan Nechita, 2012, Implementation of AD5669R Driver)
Slaves: Only the AD DAC
Communication works somewhat if the address is 0x54 or 0x56... 0x57 simply doesn't work.
A1 = 0; A0 = 0; I get ack=1, error, no return value
A1 = 1; A0 = 0; I get ack=1, error, no return value
A1 = 1; A0 = 1; I get no ack, no return value
