2022-03-04 12:22 AM
current tick count is say 0x0fffffffff (just 15 short of an over flow) and if my delay (wait) is say 20. Running count will rollover after 15 ticks and becomes 0. The new comparison will 0-0x0fffffff. Will the delay still work? I guess not. Your valuable comments please? Thank you.
2022-03-07 01:51 AM
Hi LCE,
Yes good suggestion. I will check by changing systick counter.