Hi,
I am working with DAC8750 using SPI comm. through MSP430F5659. My SPI is working fine and it is tested well.
I am able to up the DAC but always shows same current value.
Here are my routine to init and set value
// write the reset command
// write the NOP command
// write the control, configuration, gain and zero calibration register
control register is set to OUTEN and IOUT range 101(4-20ma), Configuration register set to 0x0000, Gain calibration Register set to 0x8000 and Zero calibration register set to 0x000
then
// write the data register with value 0x7FFF and 0xFFFF
Both time current output is not changing.
***Even before writing OUTEN bit of control register is cleared and tried writing DAC count value in write data register after and before setting OUTEN bit of control register write.
Any thing i am missing while writing please comment, its very urgent.
Nitesh