Hi -
I'm working with a 28035 dsp and trying to set up the spi interface to work with a motor linear encoder. The encoder sends back 18 bits of data. It runs at 1 Mhz. It has 3 pins - DO (dataout), CSn (chip select) and CLK (clock).
I've set the 28035 up as follows:
28035 is master, character size is 9 bits.
4 wire spi interface (with master out wire not connected - using TALK = 0)
FIFOs and FIFO interrupts enabled - interrupt level on both tx and rx set to 2 (first question - is this right?) With the levels set to 2 words, I'm not getting the interrups. With the level set to 1, I get 1 interrupt but then no more interrupts.
Question: How do I set this up so that I can use the spi with FIFOs and FIFO interrupts enabled and get data back more than 1 data set?
Thank you for your help-
M