-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support high speed sampling on i.MX6ul ADCs #117
Comments
Looks like this is a module in both 5.10 and 6.6, in both full and minimal defconfigs, Do we want to make it a builtin, or just document its use? |
Looks like I missed that, but we should test & document to get the higher speed ADC support. |
Took a quick swing at this while testing another i.MX6ul ADC issue. This is sort of working, but has a surprising side effect. It only supports a single channel.
The iio interface should permit us to do this:
But this fails with:
Ultimately right now we cannot enable multiple channels as scan elements and I'm not sure why:
|
Test with example high speed ADC:
https://community.nxp.com/t5/i-MX-Processors/An-adc-using-an-imx6ull-processor-enables-continuous-acquisition/m-p/1719805
The text was updated successfully, but these errors were encountered: