analogdevicesinc / m2k-fw

M2k firmware for the ADALM-2000 Active Learning Module
Other
54 stars 28 forks source link

ADALM2000 dac push function cause reset #9

Open xingzhan2012 opened 1 year ago

xingzhan2012 commented 1 year ago

I use ADALM2000 to drive galvanometer, it seems that the dac will output zero value, then output what I pushed value after I call push function to send some value to it's DAC output-channel. So, it will cause galvanometer shaking. Another issue is that push function of analog-out-put is too slow in python program. I wander that is there any way to avoid this? Maybe you can repair that problem. thanks!

mhennerich commented 9 months ago

The upcoming FW release will support this feature:

iio: frequency: m2k-dac: Add support for raw vaules https://github.com/analogdevicesinc/linux/pull/2355/commits/f64f6dd9bb8e2eeaf21191d729d5e3fe5c4893e2

Maybe this helps...