Hi Folks, I am working on a 3 phase motor control with a fast control loop. My loop currently takes 106 microseconds (probably a little less with USB disabled).
I need to get it down, don't have a hard stop right now. Altering the analog sampling time seems an easy way to shave off time, my voltage source is an op-amp voltage follower for all the analog channels.
Is there a simple way of sampling over a smaller time period during an analogRead()
Thanks for the help, I searched but could not find anything address this specifically.