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

RIT interrupt in keil uvision

Hello,
I have recently downloaded keil uvision and have written a code for LPC1768 device which uses RIT interrupt. When I compiled the code i didnt have any errors or warnings. But when i tried to debug the code, RITCOUNTER was not increasing due to which the RIT ISR was never entered. Can anyone help me what am i doing wrong.

Thank you

Parents
  • Can anyone help me what am i doing wrong.

    Yes. You are missing a very important step in the development sequence.

    Debugging.

    You need to isolate the bug, identify it, correct it and test it.

    Or, you must be prepared to pay someone to do it for you.

Reply
  • Can anyone help me what am i doing wrong.

    Yes. You are missing a very important step in the development sequence.

    Debugging.

    You need to isolate the bug, identify it, correct it and test it.

    Or, you must be prepared to pay someone to do it for you.

Children