Electronic – ATtiny85 pin as output, what is input impedance

attinymicrocontroller

I am working on a project that involves using an ATtiny85 to deliver a PWM signal to an RC filter. On the other side of the filter is an OP AMP that does not draw any current.

My question is: is it safe to allow a capacitor to discharge back into the ATtiny85 when the output signal is held low? How would I find the input impedance of the output pin when held low?

Is this recommended against? Any help is appreciated!

EDIT

An image of the application (in a nutshell) is attached below:

Application

Best Answer

My question is: is it safe to allow a capacitor to discharge back into the ATtiny85 when the output signal is held low?

enter image description here

Whatever current is delivered to the capacitor is limited by R and whatever current is taken back from the capacitor is, again, limited by R.

Digital IO pins when used as outputs are cable of delivering (sourcing) current and taking (sinking) current. Find the data sheet and locate the section called electrical characteristics and there you will find the information you need.