Other Parts Discussed in Thread: MSP432E401Y, REF5030
Tool/software: Code Composer Studio
Hi all!
I have a Prototype PCB with an MSP432E401Y and a DAC8568.
My setup is, as stated in the data sheet:
LDAC pin is tied low,
CLR pin is tied to 3V3.
For the ref Voltage I implemented a REF5030, which is currently not connected (solder jumper), as the internal Reference is still present (2.5V).
I did a record with a logic analyser on my launchpad, as in the final design its pretty difficult to access the pins.
As you can see the following commands are transfered:
0x08 00 00 01
Enable int Reference
0x04 00 00 FF
Power up all DACs
0x05 00 00 03
Ignore CLR pin
0x06 00 00 FF
Ignore LDAC pin
0x03 FF FF F0
full Output on all DACs
The output stays 0, in the default state. When I try to disable the internal Ref, its still there...
Any help is appreciated.