+KSLEEP command and its impact on NAND durability

Hello,

According to the “HiLo AT Command Interface Specification” document, Appendix 5, I see that +KSLEEP command can write in flash memory.

But I do not understand how it works. I need to use both +KSLEEP=0 and +KSLEEP=1 commands in a specific cycle:

+KSLEEP=1
pause
+KSLEEP=0
another AT commands
pause
+KSLEEP=1

Does anybody let me know if +KSLEEP always writes in flash something regardless of its parameter’s value being set?

Thank you a lot for any help and information.

Hi,
Restart the modem after giving AT+KSLEEP command. It will write into flash.

-Alex

Thanks

Thanks