View previous topic :: View next topic |
Author |
Message |
newguy
Joined: 24 Jun 2004 Posts: 1908
|
Parts with the ENVREG pin...data sheet contradictory |
Posted: Wed Aug 30, 2017 4:18 pm |
|
|
PIC18F66K90.
Section 28.3, page 442/570: if the regulator is disabled (ENVREG tied to ground), a 0.1uF cap should be placed between VddCORE/VCAP and ground.
Section 2.4, page 37/570: when the regulator is disabled, the VddCORE/VCAP pin must be tied to a voltage supply at the VDDCORE level. The data sheet then tells you to consult section 31 "electrical characteristics" for information on VddCORE, but VddCORE isn't mentioned in section 31 at all.
Application: 3V battery power. Do I tie VddCORE to Vdd and add a 0.1uF cap close to VddCORE or do I just put a 0.1uF cap on the VddCORE pin and NOT tie it to Vdd? |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Aug 30, 2017 5:19 pm |
|
|
This is clarified in the Errata. Look in this section at the bottom of page 10:
Quote: |
2. Module: Voltage Regulator Pins
(ENVREG and VCAP/VDDCORE)
In Section 2.4 “Voltage Regulator Pins
(ENVREG and VCAP/VDDCORE)”, the
description of the Regulator Disabled mode has
changed. The changes are shown in bold
below:
When the regulator is disabled, the VCAP/
VDDCORE pin must only be tied to a 0.1 μF
capacitor. Refer to Section 31.0 “Electrical
Characteristics” for information on VDD and
VDDCORE. |
This replaces the old section 2.4 as quoted in your post.
Errata sheet:
http://ww1.microchip.com/downloads/en/DeviceDoc/80000500N.pdf |
|
|
newguy
Joined: 24 Jun 2004 Posts: 1908
|
|
Posted: Wed Aug 30, 2017 5:56 pm |
|
|
Thanks PCM. I did do a quick glance at the errata, but obviously a little too quick. |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19515
|
|
Posted: Thu Aug 31, 2017 1:06 am |
|
|
On section 31, you have to remember that with the regulator disabled, Vdd==Vddcore. So there are a lot of references in this section to Vdd with the regulator disabled, which then apply to the voltage present on Vddcore... |
|
|
newguy
Joined: 24 Jun 2004 Posts: 1908
|
|
Posted: Thu Aug 31, 2017 6:03 am |
|
|
But the data sheet also refers to two distinct voltage regulators, otherwise identical, with the difference being that the one can be disabled. The data sheet refers to the other as a very (or ultra?) low power unit. |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19515
|
|
Posted: Thu Aug 31, 2017 7:36 am |
|
|
The ultra low power regulator is just for the circuitry that remains awake in sleep mode. |
|
|
|