CC2430 Interrupt and Communication

Thread Starter

fox_hound_33

Joined Dec 28, 2009
1
Hello all, I am starting on a ZigBee project using the CC2430 ZDK and i have a question that i cant find an answer for. It would be great if anyone here can shed some light.

Say the 2430 is engaged in communication (transmitting or receiving) with one or several other nodes and an interrupt occurs (say from a timer), and an ISR is called. What happens to the communication process that got interrupted? Does it safely resume or is it lost or as a programmer i need to do something about it explicitly in my code?

thanks.
 
Top