Complete register and programming reference for RT1020?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Complete register and programming reference for RT1020?

1,898件の閲覧回数
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 件の賞賛
返信
2 返答(返信)

1,856件の閲覧回数
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.pngkerryzhou_0-1653021948290.png

 

Wish it helps you!

Best Regards,

Kerry

 

0 件の賞賛
返信

1,889件の閲覧回数
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 件の賞賛
返信