How to do a SPI to SPI transfer

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to do a SPI to SPI transfer

760 次查看
jeffthompson
Contributor V

I want to transfer data from an external flash on SPI-2 to a different device on SPI-1. The motivation is to avoid chunking the data using on-chip RAM, and to shorten the transfer time. Is this possible? If so, how? My processor is a K64.

0 项奖励
回复
1 回复

703 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi Jeff,

I think this is possible. You can use EDMA to move data. But the SDK driver doesn't support that. It only support DSPI_MasterTransferEDMA or kEDMA_MemoryToPeripheral. So, you have to do it by yourself.

Regards,

Jing

0 项奖励
回复