Search:

Type: Posts; User: rexnprogress

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,592

    maybe a prob with my case wording, as i havent...

    maybe a prob with my case wording, as i havent associated it with "state", so there may be no connection between the two
  2. Replies
    6
    Views
    1,592

    but i cant just have countdown = 255;...

    but i cant just have

    countdown = 255;
    countdown = countdown-1;

    will it need to be set elsewhere? like in the switch statement?
  3. Replies
    6
    Views
    1,592

    switch problems...

    can anyone find an error in here that would prevent it from switching states?


    static unsigned char state;
    static unsigned char countdown;
    TMR3CN &= ~(0x80); // clear...
  4. Replies
    6
    Views
    2,030

    if you cant tell im totally new to C. i can find...

    if you cant tell im totally new to C. i can find my way through C+, but this is all screwy so im going to have to disassemble existing code (with help from whoever wants to) to figure it out. and im...
  5. Replies
    6
    Views
    2,030

    thank you. any guess on the effect of changing...

    thank you.

    any guess on the effect of changing just the last number on the original interrupt?
  6. Replies
    6
    Views
    2,030

    changing interrupt rates

    i have a program that causes an LED on an 8051 controller to blink 5 times a second. here is what controlls the timer interrupt:


    Timer3_Init (SYSCLK / 12 / 10);

    using a system clock at 12...
  7. clock and cycle times' effect on counter time?

    nevermind, i figured it out...
Results 1 to 7 of 8