This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x RTC Issue

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