Other Parts Discussed in Thread: ADS1241 用IO口模拟SPI控制ADS1241,CS脚硬件接地,采出的值全是24位的高电平;
void ADS1241_SendByte(unsigned int Byte)
{
int bit;
volatile unsigned int DIN_DATA=0;
for(bit=0;bit<8;bit++)
{
DIN_DATA =(Byte & 0x80…
Other Parts Discussed in Thread: ADS1240 , ADS1241 Hi
We'd like to use the ADS1240 in our design and want to know it's power consumption in power down mode.
We do a test with following setup:
DVDD connected to 3.3V and AVDD / Vref is open.
The…