Hi all,
I was wondering if anyone has any recommendations before turning the system off using sys_poweroff(); ? I plan to use this API to turn the system off upon command from another mcu in order to save power. I have been testing it and saw the system comes back on when I trigger the RST pin. I also have some devices such as peripherals (I2C, SPI, GPIO), should I "suspend" those devices using the pm API? If this is recommended, would those devices return to running state upon reset?
Any insight would be highly appreciated! BR,
Kevin