i.MX RT1170 - EDMA source address decrement

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

i.MX RT1170 - EDMA source address decrement

跳至解决方案
391 次查看
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 解答
380 次查看
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 回复数
365 次查看
theoz
Contributor II

Hi Jing,

thanks a lot.

Matteo

0 项奖励
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