In S32K144 Used Spi_AsyncTransmit have some problem

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

In S32K144 Used Spi_AsyncTransmit have some problem

376件の閲覧回数
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 返信

278件の閲覧回数
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 件の賞賛
返信