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.

How to reset CC110L

Other Parts Discussed in Thread: CC110L

Hi,

I am using below sequence to reset CC110L at power-up & also when I detect the IC is not in the expected state.

 // Reset CC110L
PCSN=1;
__delay_ms(100);
PCSN=0;
__delay_us(40);
PCSN=1;
__delay_us(100);
PCSN=0;
while(PSI)
    {
    __delay_us(10);
    }

Sometime the IC is getting heated up ( it makes the whole board 35mmx70mm hot enough to touch).

Only solution to get out of state is to disconnect battery.

Kindly suggest the if this is known issue & how to resolve it.

Our production has stopped due to this.

--

Rakesh