I'm trying to get the OMAP-L137 to drive the ADS8330 via the SPI1 interface.
I need to transmit slower than the SPI-provided XEVT event. Ideally, I'd like the INT output of the chip to trigger an EDMA event that will transmit the 16-bit word.
I'm not having any success because I do not see INT driven low coming out of the chip. I'm writing a control word of 0xe4bd. I can see the SCLKs and the MOSI data. It is correct. I had expected to see INT drop low as per Figure 2 on the data sheet. When I put a scope on it, it never drops low.
CONVST is high all the time. Chip select brackets the clocks. I've added the smallest delay front and back of chip select because I was not able to read the configuration register with out some delay. Now I can read the configuration register back and it looks good. Anybody have a clue why INT is not changing?