Does anyone implement suspend to RAM based on free RTOS?
Hi @adam0
Welcome to the FreeRTOS Community Forum !
Looks like a similar discussion has happened in the thread Suspend to SRAM w/ FreeRTOS?
Could you please check if this answers your query?
Thanks
@adam0, As I mentioned in the thread linked to by @karahulx, “Suspend to Ram” is very much an application level operation. The APPLICATION saves enough data for it to “restart” and then goes into the deep sleep, and when it wakes up, the APPLICATION fully reconfigures the system to continue from that point. This won’t be a “Real-Time” operation, but can be “Instantaneous” to a user.