Hello, ThereI am trying to implement NEC protocol to implement the IR remote driver, but my code is triggering the p infinte-loop. As I tried to find the problem. I think the problem caused by the following lines: time = ((float)tim_Counter * ti...
Thanks for your reply but I did not enable the timer interrupt so there should be no interrupt signal from the timer. But even when I enabled the timer interrupt and write the timer_ISR to clear the flag bit, and give it a priority of (0, 0) preamati...