Complete register and programming reference for RT1020?

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

Complete register and programming reference for RT1020?

533 Views
bobbyk
Contributor I

Where can I find a complete register reference for the RT1020 series MCUs? Specifically, I’m looking for information on NVIC priority registers and the best way to access them. I’ve seen references for LPC series MCUs to NVIC_IPRx registers and SetInterrupt_Priority() function, but I cannot find any similar reference for RT1020.

0 Kudos
2 Replies

491 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @bobbyk 

 You can find the file from the SDK:

SDK_2_11_0_EVK-MIMXRT1020\CMSIS\Core\Include\core_cm7.h

kerryzhou_0-1653021948290.png

 

Wish it helps you!

Best Regards,

Kerry

 

0 Kudos

524 Views
Masmiseim
Senior Contributor I

As the NVIC is an ARM-IP you will find the documentation in the ‘ARM Cortex-M7 Processor Technical Reference Manual’ (--> https://developer.arm.com/documentation/ddi0489/b/nested-vectored-interrupt-controller/nvic-function...).

 

Best way to access it is via the CMSIS library from ARM

 

regards

0 Kudos