• STR9 interrupt handling information
    Hi, I'm quite confused about some interrupt handling issues on STR9. In http://www.keil.com/support/docs/3248.htm, technical support suggests this: "You must acknowledge both VIC at the end of each...
  • STR9 interrupt handling information
    Hi, I'm quite confused about some interrupt handling issues on STR9. In http://www.keil.com/support/docs/3248.htm, technical support suggests this: "You must acknowledge both VIC at the end of each...
  • interrupt handling in RTX STR9
    Hi all I am using STR9 board with RTX kernel on keil I want to use a hadware timer (timer2) in my code but the following code does not work it does not jump to interrupt handler as the overflow occurs...
  • interrupt handling in RTX STR9
    Hi all I am using STR9 board with RTX kernel on keil I want to use a hadware timer (timer2) in my code but the following code does not work it does not jump to interrupt handler as the overflow occurs...
  • uart interrupt str9
    hi all, I want to make a interrupt driven uart for str9 inwhich when it recieves a character it should jump to recieve interrupt handler where i will process somethinh to the character and then it should...