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 ADC and Timer interrupts

Other Parts Discussed in Thread: TMS320F28027

Hi friends, I working with piccolo TMS320F28027. This project acquire ADC with 128*60 points per cicle and transfer data buffer with 128 words to my dataflash Atmel AT45xx21. 

After finished dataflash control routines I started to acquire a complete buffer and trasnf. But during my transmission  SPI my ADC timer stop. I tried to disable all interrupts of SPI. But don;t work. In my actually system I lose 10 points during datastream to dataflash. 

Someone know How I can avoid and disable all interrupt except TImer. 

Thanks for your attention and time.