how do you set up the sleep timer compare value in CC2530? Would you please help me to find out what is wrong here? Thanks a lot. I set the ST2:ST1:ST0 to 0x200000, I can see the value in ST0, ST1, ST2 is changing while the device is running. But it can not set the flag STIF to 1 when the value pass 0x200000. Before I set up the sllep timer compare value I did the following: // clear sleep timer interrupt flag STIF = 0; // enable the sleep timer EA=1; STIE=1;
 
				 
		 
					 
                           
				 
				