Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by lnzsy

  1. L

    PIC16F727 sleep mode and interrupt wake up

    Re: PIC16F727 sleep mode and interupt wake up Does anybody know? I really appreciate the help! Nereus
  2. L

    PIC16F727 sleep mode and interrupt wake up

    I want to put my chip to sleep mode and then wake it up through INT pin interupt. My code is as below. int index1; int index2; int i=0; TRISC = 0; PORTC = 0x00; INTE = 0b1; while (1) { for (index1=0 ; index1<64 ; index1++) { for (index2=0 ; index2<64 ; index2++) {...
  3. L

    high power consumption in sleep mode for PIC

    Re: Sleep power consumption Hi FvM, thanks for your responce. But I think although the power in the datasheet is for 16LF, it shouldn't be too different from 16F. If you see #16 in https://ww1.microchip.com/downloads/en/DeviceDoc/01146B_chapter%202.pdf you will see that they say most of...
  4. L

    high power consumption in sleep mode for PIC

    Sleep power consumption Hi guys, I tried to measure the current when my PIC16F727 is in sleep mode but it turns out that the current is like 4.3 uA, which is much higher than 50nA, the one specified in the datasheet. Should I just use SLEEP() function or I need to add some other things? Is...

Part and Inventory Search

Back
Top