Author Topic: How Much Switching Noise Can An ATMega Tolerate?  (Read 1968 times)

0 Members and 1 Guest are viewing this topic.

Offline TheRuler8510Topic starter

  • Regular Contributor
  • *
  • Posts: 179
  • Country: us
  • RF Engineer
How Much Switching Noise Can An ATMega Tolerate?
« on: May 27, 2014, 05:05:39 am »
Is there a rule of thumb for this?  How Much Switching Noise Can An ATMega Tolerate?

Say for instance from a boost converter--is it good enough to have 0.1uf caps at the ATMega's terminals? Or is there some standard to go by for p-p switching noise? Or do you just wait until there is a failure, then worry about it?

Thanks,
Tom
"There are no facts, only interpretations."
--Friederich Nietzsche
 

Online T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21686
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: How Much Switching Noise Can An ATMega Tolerate?
« Reply #1 on: May 27, 2014, 09:27:46 am »
What are you using it for?

Digital alone, it probably wouldn't mind 10% ripple.  That's what I would guess.  More than that and I have to wonder if you'll start seeing flipped bits and random crashes.  Will depend on how spiky it is (which will, in turn, depend on the ESR/ESL of the filter caps, and if your layout contributes any ESL).  This assumes you still have local bypass, since every time the chip changes state (let alone an IO pin), a big gulp of current is required.

If you're expecting to use anything analog (ADC, comparator), you'll want it better than that, especially where 'the rubber meets the road' (extra filtering on AVCC!).

I think I would be surprised if less than... uh, maybe 0.1% ripple or so, would be necessary?  Just because, the onboard analog stuff is so bad (what is it, 4-10 LSBs on a mere 10 bit ADC?) that, if you need more than 8 bits or so, you simply don't use the onboard stuff at all.  The external stuff, of course, needs to be filtered as well as it requires.

A related theme is this:
There's a guy on a newsgroup who claims he reduces the bypass capacitor population on every new design he makes -- this is mostly regarding FPGAs.  His stuff always has internal ground planes, so the power supply impedances are low to begin with.  I don't know if he's reached the point yet, but others have claimed boards with few or no small local bypass caps at all.  This is possible (though not necessarily achieved, mind you!) because internal layers provide the capacitance for high frequencies, and bulk capacitors for low.  A two-layer board won't have this luxury, but the number of bypasses still need not be extreme.

What matter more is this: rather than shrugging off the power supply, the astute engineer should look at it as an impedance network, just as everything else is; the goal in this case* is to provide the lowest, most stable impedance, at all frequencies, to any point in the circuit.  Now, rather than being a series of traces or planes, the power supply rail itself becomes an RLC filter network, and one can draw at least partial conclusions from its local design.

*Except when it's not.  Switching supplies are a good example, but that's a post for another day.

And with that in mind, even without performing a complete analysis of the full system, one can gather some ideas: an IC at the end of a long, narrow trace will see a high inductance; a bypass capacitor will certainly be required there.  But the capacitance will resonate with the inductance.  And that resonance corresponds to some impedance.  Contrary to some conventions, low ESR is not always the ideal: rather, one must strive for a damped network, which sometimes means increasing ESR, to dampen those LC resonances.

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline Kjelt

  • Super Contributor
  • ***
  • Posts: 6460
  • Country: nl
Re: How Much Switching Noise Can An ATMega Tolerate?
« Reply #2 on: May 27, 2014, 11:59:07 am »
If I quickly scan the datasheet the ATMega has a BOD circuit with a hysteresis of 50mV , so more then that within 2us drop the BOD will kick in and generate an internal reset (if enabled).
That said there is nothing worse for a uC then noise spikes on the powersupply and/or clock pins. This is used by hackers to make the internal software (Program Counter) jump. This is called Voltage glitching and clock glitching. So if you can prevent it, do it. I always learned to put for every powersupply pin of a micro a R about 4 to 33 ohm in series followed by one or more capacitors.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf