Tool/software: TI C/C++ Compiler
All,
I have the following requirement.
- Purpose is to continuously turn on and off a device controlled by the micro-controller. An ON cycle is 2 seconds and an OFF cycle is 2 seconds. a 32-bit integer must be saved to RAM at the beginning and the end of the ON cycle. This must happen for ever. The values will be printed on demand.
- My question is how many of those 32-bit integers can be saved? What happens when I run out of RAM?
- Any ideas on how to best implement this requirement?