DAC0 DMA on iMXRT1170

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

DAC0 DMA on iMXRT1170

跳至解决方案
1,010 次查看
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 项奖励
回复
1 解答
4 回复数
990 次查看
_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!

972 次查看
Juozas
Contributor III

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

0 项奖励
回复
964 次查看
_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 项奖励
回复
961 次查看
Juozas
Contributor III