External Moderators tmoulder Posted November 8, 2010 External Moderators Report Share Posted November 8, 2010 Greetings! I'm planning to use the 1.25mS interrupt and the HSC with Reload interupt in the same program. My question is this: If the 1.25mS interrupt routine is in progress, and my HSC reaches target value during this interlude, what happens? Will the timed interrupt be interrupted? Thanks, TM Link to comment Share on other sites More sharing options...
Emil Posted November 8, 2010 Report Share Posted November 8, 2010 HSC Reload Interrupt is with higher priority. If it will come during execution of 1.25 ms, it will interrupt it. Please note, that usual time of execution of interrupt needs to be in range of several microseconds to few tens microseconds... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now