This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2530 Port 0 pin 4 is not getting low

Other Parts Discussed in Thread: Z-STACK

Hi

           i am using P0_4 and P0_5 for Software I2c , P0_5 is SDA and P0_4 is SCL 

P0_5 is working properly but   "P0_4 is not getting to Low state"

#define SCL_LOW   \

       { P0DIR |= BIT4;   \

          P0_4 = 0; }\

      

am using the above code to make the P0_4 to LOW , am getting the problem while using the code along with Z-Stack