This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Reset problem

Target LPC2124

I am Using TPS3836k33DBVT reset IC. at 200ms delay time.

It doesnt reset at all.

But when i use RC circuit with diode it works atleast sometime.


What may be the problem?

Parents
  • I did following to get Square wave form at P0.21 of LPC2124

    PWMPR =0;
    PWMPCR = 0; //SINGLE EDGE
    PWMMCR= 0X0002; // TC reset when match MR0

    PWMMR0=100;
    PWMMR5=50;
    PWMLER=0X21; //MR0 &MR5 will be effective

    PWMTCR= 0X02; // reset TC & RC
    PWMTCR= 0x09; //counter & PWM enable

    PWM module ON & p0.21 selected for PWM5 o/p


    I cant see any wave form on P0.21
    after down loading

    Can any one locate the prob.

Reply
  • I did following to get Square wave form at P0.21 of LPC2124

    PWMPR =0;
    PWMPCR = 0; //SINGLE EDGE
    PWMMCR= 0X0002; // TC reset when match MR0

    PWMMR0=100;
    PWMMR5=50;
    PWMLER=0X21; //MR0 &MR5 will be effective

    PWMTCR= 0X02; // reset TC & RC
    PWMTCR= 0x09; //counter & PWM enable

    PWM module ON & p0.21 selected for PWM5 o/p


    I cant see any wave form on P0.21
    after down loading

    Can any one locate the prob.

Children