Hi all, can anyone please help me in setup up the timer interrupt? I could only see the printing of "Entered 2". Kindly check on the attached text file for my code. Kindly assist. Thanks in advance.
Hi all, can anyone please help me in setup up the timer interrupt? I could only see the printing of "Entered 2". Kindly check on the attached text file for my code. Kindly assist. Thanks in advance.
When I look at this code I can't find any errors. Is there more code running, or is this the only code?
When I look at this code I can't find any errors. Is there more code running, or is this the only code?
yes. This is the only code. I want to make sure the timer interrupt is working first before adding in anything to it. But so far it is still not working. I stuck at the initialisation "start_timer()" as i only can see "Entered 2" is printed out. If I comment out "start_timer()" function then i can see the print out of "Entered 1" only. Kindly assist. Thanks.