This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SPI whiout FIFO configuration

Other Parts Discussed in Thread: TMS320F2812

Hi, I want to know how can i configure spi without fifo mode? Because I have a lot of problems with fifo configuration.

  • Okay. I am not sure which device you are using. But, FIFO mode in SPI can be enabled (or) disabled using SPIFFENA bit in SPIFFTX register. Writing a ‘1’ to this bit enables FIFO mode and writing ‘0’ disables FIFO mode.

    -Manoj

  • Manoj, I am using tms320f2812, and I know that i have to configure SPIFFENA to use FIFO interrupt, but I want to know how can i use the dsp without fifo interrupt, for example what is the function interrupt name? interrupt void spiRxFifoIsr this is the function name to use fifo interrupt. My question is the following: If I don't use fifo interrupt what is the function name that i can use with a normal spi interface? If you have an example I really apreciate your help. Thanks a lot.