• problem wiyh external inturrupt while debug session.
    I wrote the program using external inturrupt0(p0.16). The program is executed but iam doing in the debug session it not going to IRQ_Handler.Tell me where iam doing the mistake. my program is #include...
  • problem wiyh external inturrupt while debug session.
    I wrote the program using external inturrupt0(p0.16). The program is executed but iam doing in the debug session it not going to IRQ_Handler.Tell me where iam doing the mistake. my program is #include...
  • problem with irq subroutine
    sir iam not find out where I have done the mistake. Iam adding a while loop in main program and I clear the interrupt flag before the reading the values. But now also it is not going to interrupt service...
  • problem with irq subroutine
    sir iam not find out where I have done the mistake. Iam adding a while loop in main program and I clear the interrupt flag before the reading the values. But now also it is not going to interrupt service...
  • problem with transfer parameter into subroutine
    I am having some problem to pass parameter into subroutine. I have defined: BOOLEAN CRC_Message_Verify(UINT8 nbyte); in my program, I have this line: crc_ok = CRC_Message_Verify(SpiLoadIndex...