DAC0 DMA on iMXRT1170

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

DAC0 DMA on iMXRT1170

Jump to solution
925 Views
Juozas
Contributor III

Dear Forum,

We're trying to implement DAC0 DMA procedure with iMXRT1170-EVK. Reference manual states that DMA is supported but peripheral tool does not have such options:

Screenshot 2024-05-07 at 13.12.30.png

We've noticed there's no example project in SDK with DAC0, so we tried to port it from K20 family. The functional diagram is very similar, however register maps differs.

Screenshot 2024-05-08 at 17.22.38.png

Can someone provide an example or reference implementation of DAC0 working with DMA on iMXRT1170?

0 Kudos
Reply
1 Solution
4 Replies
905 Views
_Leo_
NXP TechSupport
NXP TechSupport

Hi,

Thank you so much for your interest in our products and for using our community.

DMA is supported in Buffered mode:

_Leo__0-1715199516017.png

Regarding the comparison of the RT1170 DAC with the Kinetis DAC, at high level approach both modules seem similar, but the peripherals are not exactly the same.

And sorry for the inconvenience but there is no DAC-DMA example available for RTs.

Have a nice day!

887 Views
Juozas
Contributor III

Ok, thanks. Do you have any tips on porting code from other board or example?

0 Kudos
Reply
879 Views
_Leo_
NXP TechSupport
NXP TechSupport

I would like to give you more but there are only the SDK examples for DMA and DAC separately as reference for the RT1170.

0 Kudos
Reply
876 Views
Juozas
Contributor III