I'm using the Stellaris LM4F120 LaunchPad Evaluation Kit (http://www.ti.com/tool/ek-lm4f120xl) and am trying to interface with a DAC using SPI. The DAC uses mode 1 (CPOL=0, CPHA=1) so I have configured the SSI module to do that and am feeding it data in a timer interrupt. The data and clock lines work fine but for some reason the frame signal does not work. However if I just change to mode 0 the frame signal works perfectly. Any ideas?
Cheers
EDIT: I've also tried using SSI3 to the same effect and another person had the same problem completely independently.