I was wondering if I could get some clarifications regarding running i the deep sleep mode.
I run additional threads in my application and during the deep sleep mode, are these threads suspended and re-started on wake up or do I need to re-start it again?
Since the memory is kept intact in the new deep sleep mode, I am assuming the additional thread stack stays intact as well?
Thanks,
Ajay