1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_backup_ram/README.md
Benjamin Valentin 2ff7e03a94 tests/periph_backup_ram: add test for the Backup RAM feature
The test will put a device to sleep, then wake it up to see if
the backup memory was retained.
2019-10-01 18:42:56 +02:00

353 B

Expected result

This test periodically puts the device into deep sleep mode. During deep sleep only the backup RAM is retained and the device is reset upon leaving deep sleep. To test the memory retention, a counter is incemented with each wake-up.

Background

Test the functionality of a platforms Backup RAM implementation.