i.MX RT1170 - EDMA source address decrement

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX RT1170 - EDMA source address decrement

Jump to solution
398 Views
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 Kudos
1 Solution
387 Views
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

View solution in original post

2 Replies
372 Views
theoz
Contributor II

Hi Jing,

thanks a lot.

Matteo

0 Kudos
388 Views
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