Hi Luis,
the ADS1248 registers has some bits that are read only what happens to those bits when i send data to their own registers that include writing 0 or 1 to those bits?
also, i've configured the ADS1248 registers as following :
spi_en=0;
spi(0x42); //write to MUX1&SYS0
spi(0x01);
spi(0x20); //MUX1=32
spi(0x02); //SYS0=2
spi_en=1;
spi_en=0;
spi(0x4A);
spi(0x01);
spi(0x06); //IDAC0=6 set i magnitude to 1mAmp
spi(0x01); //IDAC1=1 connect IEXC1 TO AIN0 & connect IEXC2 TO AIN1
spi_en=1;
and i have read them back OK but, no mAmp current follow from AIN0 neither AIN1 to GND
please help me.
Mahmoud