May be I didn't made myself clear, I am just using one IC only Both modules are connected to one IC.
I have turned off the watchdog timerTURN OFF the Watch Dog.. it seems as you have it turned on in the config bits but you are not clearing it anywhere in the code so it will come out and bite you. The WDT is constantly resetting your PIC and that will account for at least some of the erratic behaviour (or alot).Behaviour is still the same. As soon as RX ISR led glows, the main loop LED hangs, only timer LED is blinking.Code:....& WDT_OFF....
(HSERIN IS COMMENTED CURRENTLY IN RX ISR)
Bookmarks