I have a problem with a circuit that I'm working on. I have an LM2575 adjustable switching voltage regulator in order to efficiently drop part of the circuit to ~8v. (the rest is 19v). Also, I have an ATMega328 which has a separate power source of 5v. The ground plane is shared. I've noticed that when the ATMega is attached but without any power source, there is noise on the 5v line. I presume that its because the atmega doesn't deal very well with the noise on the ground plane from the LM2575. Is this the case? Can anyone confirm this? Can anyone think of a work around? Please find schematics attached!
mart256:
What is the separate power supply? Im kinda confused, you say the noise appears when there is no extra powet supply? Like 0 volts on the atmega?
Exactly, even when the 5v power supply is not connected, I see voltage on the 5v line... This affects the CATs (led drivers) and not in a good way.
Peter_n:
AREF should not be connected to Vcc, only a 100nF.
I assume those resistors R6 and R7 are not really 10 ohm.
Are you sure about that? I followed guides that build a DIYduino (obviously none of them work in this way) that had it connected to Vcc. Do you think this could be what's affecting the 5v line?
R6 is meant to be 200ohm for the Power LED and R7 is meant to be 10Kohm for the RESET. Bad labelling.
Yes, I am sure.
When you select 'DEFAULT', the internal reference is already set to Vcc.
When you select INTERNAL, the AREF should not be connected to Vcc.
That error is also in these Arduino pages:
There are more errors in other pages, but it is impossible for us normal users to get that corrected.
This is not your problem with 5V or with ground noise.