Jump to content

Minimum voltage to PIC


tomcody

Recommended Posts

Hi everybody, I need to feed the CORE with less than 5V, let's say 4.5V or even less (the microchip page says operating range is 2 to 5.5V). I did some tests with a adjustable power supply and a PIC with just the bootloader. When the voltaje gets lower than 4.60V (4.59V) the CORE stops sending the request message :shocked: , I looked the PIC18F452 datasheet and there are the Low Voltage Detect Control register, LVDCON thats defines a voltaje range in which PIC gets interrupted if some bit are set. I've done a fast look in the code but didn't find LVDCON. Do I have to do some modification to the code to get the PIC working with a voltage lower than 4.6V?.

Thanks for any comment. :thumbsup:

TomCody.

Link to comment
Share on other sites

Hi,

I've enabled the "brown out" reset circuit and set it to 4.5V to ensure that the PIC will be reset if the voltage drops below this level.

This ensures (for example) that IIC EEPROMs (BankSticks) are only accessed under proper working conditions - with lower voltages data stored in a BankStick could be unintentionally erased or overwritten.

So long you are not using devices which rely on this voltage, you can disable the Brown Out reset feature - this can only be done with a PIC programmer (see options screen of your PIC programming software)

Best Regards, Thorsten.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...