I can't find registers about NVIC in REFERENCE MANUAL for nRF51822. Is there any other document?
pls, tell me.
I can't find registers about NVIC in REFERENCE MANUAL for nRF51822. Is there any other document?
pls, tell me.
The NVIC registers are not described in the Reference Manual, since they are generic and similar for all Cortex M0. You can therefore refer to ARM's documentation on them.
What exactly are you looking for? Normally, you'd access these registers only through the CMSIS interface, the NVIC_* functions.