Other Parts Discussed in Thread: MSP430F2274, ADS1293, ADS1293EVM, CC430F5137
Hello,
I am trying to connect with ADS1293. I have used the example code demo-app03. I can write and read all registers of ADS1293 but the PORT2 interrupt never occurs. The pin DRDYB is to 3.3V, but when I connect this pin to MSP430F2274 this line goes to 0V.
I have modified the code including "TI_ADS1293_DRDYB_PxREN |=TI_ADS1293_DRDYB_PIN;" to enable pull-up resistor, and the pin goes to 3V but the interrupt doesn't ocurr.
Could you help me?
Thanks.