View previous topic :: View next topic |
Author |
Message |
out_of_time Guest
|
restart_reason and clearing ram |
Posted: Tue Nov 02, 2004 1:58 am |
|
|
Is there a (fast) way to keep restart reason (ie, save it at the beginning of main() ), and still clear ram on boot? #zero_ram clear the restart_reason unfortunately... |
|
 |
Haplo
Joined: 06 Sep 2003 Posts: 659 Location: Sydney, Australia
|
|
Posted: Tue Nov 02, 2004 2:11 am |
|
|
Just check restart_reason and then use a loop to zero out everything. This should be fast enough. |
|
 |
out_of_time Guest
|
|
Posted: Tue Nov 02, 2004 2:25 am |
|
|
yeah, thanks though. Ill do that, I had just hoped I was missing some golden function or pre-processor :D |
|
 |
|