Other Parts Discussed in Thread: TMS320F2812
您好,解决了这个问题,我又遇到了另一个问题,就是TMS320F2812的SPI 传输要是被中断打断了怎么办,例如我正在读一个flash设备,这时来了一个比spi 级别高的中断,请问下这时候spi会怎么操作?
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.
jian lu 说:当前我的TMS320F2812 CPU 正在读取从设备flash的数据
上述操作是以中断的方式进行的吗?如果是中断方式的话我认为,如果你的CPU还在中断里面执行程序没有跳出中断的话,CPU不会去相应其他中断,也就是说SPI读flash的过程还在执行的。