i.MX RT1170 - EDMA source address decrement

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

i.MX RT1170 - EDMA source address decrement

ソリューションへジャンプ
392件の閲覧回数
theoz
Contributor II

Good morning,
I'm using MIMXRT1170-EVK board and i want to know if there are the possibility to set the EDMA with a decrescent source address.
So, if i set for example source address at 0x1000 at every DMA trasfert the address decrease (0xFFC,0xFF8...). and not increse.
If there is this functionality, is possible applicate to a LSPI_EDMA transfer?
Thank a lot

0 件の賞賛
1 解決策
381件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @theoz ,

Yes, TCDx_SOFF register is sign-extended. If it has a negative number, the source address will decrease. It can  applicate to a LSPI_EDMA transfer.

 

Regards,

Jing

元の投稿で解決策を見る

2 返答(返信)
366件の閲覧回数
theoz
Contributor II

Hi Jing,

thanks a lot.

Matteo

0 件の賞賛
382件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @theoz ,

Yes, TCDx_SOFF register is sign-extended. If it has a negative number, the source address will decrease. It can  applicate to a LSPI_EDMA transfer.

 

Regards,

Jing