OK, I have disconnected the TX module. Now only RX module is connected. When I power up the IC, the receiver module catches codes in the air.
NORMAL BEHAVIOUR:Main led should keep blinking, TMR1 led should keep blinking, and when ever PIC enters RX ISR, PortB.5 LED should toggle (HSERIN IS COMMENTED HERE, SO NO WAITING OR CHECKING FOR THE DATA CURRENTLY).
But is it still not happening, I will jump onto wired communication between two ICs when this will start working normally. Currently, as soon as LED in RX ISR toggles, it hangs and so IS the led in the main loop. Only TMR1 LED keeps blinking. Looks like code is getting stuck somewhere when it enters RX ISR.
I am not communicating with any ICs currently. Just trying to blink LED's in interrupts so I know that interrupts are happening, code is entering there and getting out of there.
Bookmarks