Electronic – AVR32 Internal regulator

atmelavr32uc3voltage-regulator

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

Best Answer

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)