2

I am not pretending to use this, but as a general curiosity, when the AT32UC3C2512C datasheet says in page 1259, Table 40-20, parameter Iout, that the internal 3.3V regulator has a 35mA DC output current, does it mean I can actually use it as a power source, as long as I don't use more then 35mA out of it?

EDIT:

As requested:

Table

mFeinstein
  • 4,293
  • 11
  • 45
  • 84
  • 1
    It does sound that way but i've not read the data sheet. Maybe you can create a picture of that page and table and post it. Purely for lazy people like me. – Andy aka Sep 01 '13 at 22:02
  • I'd avoid it, simply because any ripple on that regulator's output could cause all sorts of mess if it's designed to be some kind of internal reference. The price and additional complexity of adding a separate 35mA rated 3.3V voltreg is so small that it barely compares to the potential cost and effort of dealing with bizarre glitches once you hit production. – Polynomial Sep 01 '13 at 22:41
  • @Andyaka as requested... – mFeinstein Sep 01 '13 at 22:44

1 Answers1

2

I think pg. 88 and the info/diagrams on pages 46 onward answer your question quite well:

8.5.9 Voltage Regulators The embedded 1.8V regulator provides the core supply. The embedded 3.3V voltage regulator is used to supply the USB pads. Both regulators are turned on at startup. If the application is supplied with a voltage range around 3.3V or the application does not use the USB interface, the 3.3V voltage regulator has to be turned off by writing 11 binary to VREGCTRL.VREG33CTL. The 1.8V voltage regulator has its own voltage reference that is calibrated through the VREGCR.CALIB field. This field is loaded after a Power On Reset with default values stored in factory-programmed flash fuses. Although it is not recommended, it is still possible to override the default factory settings by writing to those registers. To prevent unexpected writes due to software bugs, write access to this register is protected by a locking mechanism, for details please refer to the UNLOCK register description.

enter image description here

So essentially it's not meant for use supplying external components, rather so you can add decoupling if it is being used. To add a pin for decoupling like this is very common (since large value caps are not feasible on the die)

Oli Glaser
  • 54,990
  • 3
  • 76
  • 147
  • That was my impression too, but since its not explicit I rather to ask. – mFeinstein Sep 02 '13 at 16:44
  • Speaking about the decoupling, the recommended diagram appears to be bad practice, they suggest 2 decoupling capacitors for 5 pins, and most of them spread around the IC... – mFeinstein Sep 02 '13 at 16:46