Settling time
t_settle = -tau * ln(1 / 2^(N+1)), with tau = R_FLT * C_FLT.
A leading minus on (N+1)*ln(2) would be negative, so that product is not the number shown. Display is ns or µs.
t_settle = -tau * ln(1 / 2^(N+1)), with tau = R_FLT * C_FLT.
A leading minus on (N+1)*ln(2) would be negative, so that product is not the number shown. Display is ns or µs.