现在项目需要用到两个SPI,一个用来连接DPS,一个用来外接SPI Flash,该怎么配置,使用DMA的时候有什么要求?谢谢!
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,一个用来连接DPS,一个用来外接SPI Flash,该怎么配置,使用DMA的时候有什么要求?谢谢!
SPI不需要使用DMA。若是有两个SPI从机的话,您可以使用同一个SPI接口和两个不同的CS引脚来控制两个不同的SPI从设备。