RTC question
computer guy
Posts: 1,113
Hi there,
I'm using the RTC that Parallax sells and I was wondering if it was possible to damage the chip by checking the time more than once a second?
I have a
loop that does a lot (main loop) and in that I need to update the time, but also detect a button push. With a one second waitcnt() statement I have to hold down the button.
I really don't want to have to consume a second cog.
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"powered by Propeller" domed stickers $1.50 - Find them here
Check out my Design and Technology project for my Higher School Certificate www.ecosureblog.net
I'm using the RTC that Parallax sells and I was wondering if it was possible to damage the chip by checking the time more than once a second?
I have a
repeat
loop that does a lot (main loop) and in that I need to update the time, but also detect a button push. With a one second waitcnt() statement I have to hold down the button.
I really don't want to have to consume a second cog.
Thank you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"powered by Propeller" domed stickers $1.50 - Find them here
Check out my Design and Technology project for my Higher School Certificate www.ecosureblog.net
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Life may be "too short", but it's the longest thing we ever do.
Short answer.....NO.
With time displays just update the time when the new reading doesn't match the old.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
*Peter*
I thought the ram might have had a maximum amount of reads or something.
Makes coding a lot easier.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"powered by Propeller" domed stickers $1.50 - Find them here
Check out my Design and Technology project for my Higher School Certificate www.ecosureblog.net