Is there a function like DAC output on i.MX RT1060

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

Is there a function like DAC output on i.MX RT1060

跳至解决方案
799 次查看
kenji
Contributor IV

Hi All

I'm working on BLDC motor control, with MIMXRT1060-EVK.

For debug, to visualize the motor control calculation result, I would like to output via DAC.

However i.MX RT 1062 device has no DAC function to output outside of the device.
Reading the user manual, it seem that only can output inside of the device.

I tried to visualize with SWO and FreeMASTER, but for sampling frequency problem, I could not use it. Both tools sampling freq are too slow to use.

Is there any tricks to output DAC, outside of the device?

Or is there a way to output the internal calculation result at high speed? The control cycle of the motor is 50kHz.

标记 (2)
0 项奖励
1 解答
789 次查看
mjbcswitzerland
Specialist V

Hi

PWM + low pass filter (eg. simple R/C filter) = DAC

Regards

Mark

 

在原帖中查看解决方案

0 项奖励
2 回复数
790 次查看
mjbcswitzerland
Specialist V

Hi

PWM + low pass filter (eg. simple R/C filter) = DAC

Regards

Mark

 

0 项奖励
769 次查看
kenji
Contributor IV

Hi @mjbcswitzerland -san

Yes, I know.
Maybe that's the only way for MIMXRT1060-EVK, so I'll use a filter.

Thank you!

0 项奖励