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.

Linux/CC2564MODA: CC2564MODA

Part Number: CC2564MODA

Tool/software: Linux

Hi

we need to keep the cc2564MODA  device into sleep mode for some time.

I have gone though Vndor specific commands http://processors.wiki.ti.com/images/tmp/f1390224613-1994028226.html

we used below commands to make device into sleep mode.And we have checkd bts file for these commands.

1)Send_HCI_VS_Sleep_Mode_Configurations 0xFD0C, 0x01, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0064.
hcitool -i hci0 cmd 3f 10c 0x01 0x00 0xff 0xff 0xff 0xff 0xff 0x0064
2) Send_HCI_VS_hcill_parameters 0xFD2B, 0x0010, 0x0050, 0x96 (This command controls the behavior of the HCILL deep-sleep protocol.)
hcitool -i hci0 cmd 3f 12b 0x0010 0x0050 0x96
Is above commands are proper to make sleep mode?If it is proper ,how can we ensure the device kept in sleep mode?