In S32K144 Used Spi_AsyncTransmit have some problem

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

In S32K144 Used Spi_AsyncTransmit have some problem

375 次查看
Emiya
Contributor I

Hi, I want configure SPI Dma Fast transfer for a Sequence.by EB tresos. But in its User Manual  it sad :

Number of ScatterGather elements will equal to SpiMaxDmaFastTransfer ∗ 2 + total number of Jobs in
Sequence.

Why total number of Jobs in Sequence have to use a ScatterGather elements.And this ScatterGather elements  Where it should link to.

 

 

0 项奖励
回复
1 回复

277 次查看
cuongnguyenphu
NXP Employee
NXP Employee

As I understand, in normal DMA, the TCD will be setup at the end of each channel/ Job.
in Dma Fast transfer, we use Scatter/Gather to do that job. That why Scatter/Gather element number = SpiMaxDmaFastTransfer ∗ 2 + total number of Jobs

0 项奖励
回复