Hi,
My project is based on the project "rtcClock" of the starterware,set "Every second " interrupt. but,there is something error in my project.
I found that ,if I do few thing in the interrupt handler,such as "i++",the interrupt period time is not 1s,almost twice per second ,and it's error.
if I do something such as print some information through the uart ,or do a delay, the interrupt period time is 1s,and it's right.
Thank you,
Regards
Yantck