2018-04-03 04:50 PM
For example, if I have:
unsigned long int Variable1;
Variable1 = 0xFFFFFFFF;
Variable1++;
What would be the value of Variable1? Would it be back to zero?
Thanks.
Note: this post was migrated and contained many threaded conversations, some content may be missing.2018-04-11 10:34 AM
Well I need a long time elapsed. For example, if I need to keep track of time longer than 30 seconds, does uwTick able to support that?
2018-04-11 10:39 AM
Yes, if ticking at 1ms the wrap time is a little over 49 days.
Ticking at 72 MHz, around a minute.