0

As we know, most batteries' voltage is rated 1.5V (alkaline) and 3.7V (Li-Ion). Indeed, alkaline battery will be 1.65V when it is new, while Li-Ion can reach 4.2V when it is fully charged. Most chargeable battery is Li-Ion. Why are microcontrollers (or most chips/ICs) voltage designation 5V? Why do they not put them 3.7V or just 4.2V? Is there any specific reason for that voltage designation? Some microcontrollers is designated 3.3V, the same voltage of two alkaline batteries when it just new put them in series, but as I have mentioned, the voltage rating is when the battery is new.

JRE
  • 71,321
  • 10
  • 107
  • 188
AirCraft Lover
  • 281
  • 1
  • 4
  • 13
  • 6
    You're assuming ICs are designed with battery chemistry in mind. That's just not the case. – JYelton May 04 '23 at 21:20
  • 1
    A 3.7V (nominal) battery will range from 4.2 V at fully charged to potentially less that 3V at full discharge (depending on cutoff), so simply using "3.7V rated chips" instead of 3.3V rated chips won't help. – nanofarad May 04 '23 at 21:34
  • @JYelton, they are nice, but did not really answer my question. As you may see in the comments there, still so many varieties. One of the accepted answer related to TTL. If it is he reason, then how the 3.3V related to CMOS? As in that post, there are 2.5V and even 1.8V, then what are the explanation for those two? – AirCraft Lover May 04 '23 at 22:28
  • But put 3.3V is more does not help, it is the peak of the voltage when that batteries are new. – AirCraft Lover May 04 '23 at 22:29
  • For one thing, 3.3 V was a de facto standard for IC power supply levels since the 1990's at least. And Li-ion batteries have only become ubiquitous in the last 10 or 15 years. – The Photon May 04 '23 at 22:29
  • 2
    I'd say modern MCUs are not even designed for 5V but lower. Specified to work up to 3.6V and down to whatever they are, 2.7V or 1.2V. If you do have a MCU with supply range of 2.7V to 5.5V, you can freely connect it directly to a nominally 3.6V lithium battery. And voltages can be converted easily up or down with switching regulators, so ICs and batteries don't need to use same voltages. – Justme May 04 '23 at 22:30
  • @JYelton, maybe the design is not based on battery. So, what is the reason? – AirCraft Lover May 04 '23 at 22:30
  • @ThePhoton, then what is the reason the new de facto standard is 3.3V? Why does not just simply 3V so it will fit to the battery available for the market? – AirCraft Lover May 04 '23 at 22:32
  • 3
  • Because the systems that drive the market for discrete logic are mostly not battery powered, and 2. Because battery powered systems need voltage regulators in any case to control the supply voltage as the battery ages, so it's not necessary to run the logic at a level that matches some specific battery chemistry.
  • – The Photon May 04 '23 at 22:40
  • Many (but not most) chips can have flexible supply voltage, e.g. the (relatively dated but still frequently used) AVR microcontrollers could handle like 2.0 up to 5.0 volts. – user253751 May 04 '23 at 23:47