ROMAINPC

Results 4 comments of ROMAINPC

Hello, I have the same issue. I confirm that deep_sleep feature seems to be not implemented for pulpos, neither does the rtc. Is there a similar feature for pulpos ?...

Hello, Booting from not retentive deep sleep is working on my board. For the retentive deep sleep, I noticed that the program is freezing on the first printf, so I...

Hello, I found a way to switch my board to deep sleep with Pulp OS. I used [this library](https://greenwaves-technologies.com/manuals/BUILD/PULP-OS/html/group__PM.html). To doing something similar to the `deep_sleep.c` example there is no...

Hello, I also did some tests, indeed it is necessary to make a divergence of execution using `rt_pm_wakeup_state()`. I tried a program using the camera. Be aware to reconfigure the...