Interrupt process - what happens inside? Cortex M0+

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Interrupt process - what happens inside? Cortex M0+

622 Views
jeanvaljean
Contributor II

Gentlemen,

Where can I find the most detailed description of the interrupt process in my Cortex M0 controller?

I'd like to know, for example, if I need to clear the pending IT request, if I need to save the PC to the stack and later load it back, and so on.

The concrete controller is: LPC11E68.

The user manual details only the NVIC registers - necessary info, but not enough.

I use LPCXPresso 8.1.4 and Win7. (if it is significant in this case

Labels (1)
0 Kudos
1 Reply

485 Views
lpcxpresso_supp
NXP Employee
NXP Employee

ARM provide lots of information themselves on NVIC iinterrupt controller in their Cortex-M0+ (the CPU inside the LPC11E68) and Architecture v6-M documentation (at ARM Information Center ). 

Joseph Yiu's book is also a good source (The Definitive Guide to ARM® Cortex®-M0 and Cortex-M0+ Processors, Joseph Yiu, eBook - Amazon.com ) but if use your favourite search engine and look for "cortex-m nvic' or similar, there is lots of information around on the internet - for example:

Regards,

LPCXpresso Support

0 Kudos