Other Parts Discussed in Thread: CC2500
Hi guys
I'm having another trouble while using the ez430-rf2500 kit. I've proved parts of my code separately, using the port 2 (PINS 5 and 6) as inputs for a software UART, and then I established a wireless communication using the cc2500 module. Now I have to put them together, and then is when i get the problem.
As the interrupts for the two procedures i've said are for PORT2, it seems that them enter in conflict. I've tried to debug it but haven't succeeded. What I'm doing is getting continuous reading of an RFID device through the software uart, but the code must be interrupted when a character comes by the RF communication.
If someone knows how do I separate those signals, or just how I solve that conflict, it would be very helpful.
Thanks in advance.