I am trying to communicate with an LDC1000 using a Freescale Kinetis EA64 microcontroller over the SPI bus, but am having some issues. I am able to output what the MSP430 example firmware that TI provided with the LDC1000EVM is outputting, but the LDC1000 appears to not be responding. I have only rarely successfully read the read-only device ID address (address = 0x00, value = 0x80). The only differences in my program and the MSP430 is that my two 8-bit writes have a slight delay between them. I am holding the chip select line low the entire time, so I don't know why or how this would be an issue. I have basically modified one of the provided examples that turns an LED on and off using an MSP430G2 Launchpad, so I have followed TI's algorithm and write values.
Any ideas?