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.

device doesn't goes to LPM3 in Idlefunction

Other Parts Discussed in Thread: CC2564, MSP430F5438A

I modified sppdemo application and used in my custom board(msp430f5438a+cc2564). The bluetopia stack  version is 1.4.

The Idlefunction can't sent device into LPM3 since "SleepEnabled=FALSE" . It is not set to "TRUE" anywhere in demo app.

only place where it can be set to TRUE is if(HCI_Reconfigure_Driver > 0 )

But function returns 0 when successful. 

If it is set to TRUE expicitly then device goes to LPM3 but it stays there forever. Even the bluetooth can't be connected.

Please share your thoughts, what would be wrong??