Does RT1064 interrupts have priority levels?

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

Does RT1064 interrupts have priority levels?

Jump to solution
2,279 Views
ping1
Contributor V

I cannot find any information on datasheet.

Thanks

Ping

Labels (1)
0 Kudos
Reply
1 Solution
2,270 Views
mjbcswitzerland
Specialist V

Hi

Each interrupt's priority level is configured in the core's NVIC (0..15) - you need to use ARM documentation for core details.

Eg. https://developer.arm.com/documentation/dui0646/a/cortex-m7-peripherals/nested-vectored-interrupt-co...

Regards

Mark
[uTasker project developer for Kinetis and i.MX RT]

 

View solution in original post

0 Kudos
Reply
2 Replies
2,271 Views
mjbcswitzerland
Specialist V

Hi

Each interrupt's priority level is configured in the core's NVIC (0..15) - you need to use ARM documentation for core details.

Eg. https://developer.arm.com/documentation/dui0646/a/cortex-m7-peripherals/nested-vectored-interrupt-co...

Regards

Mark
[uTasker project developer for Kinetis and i.MX RT]

 

0 Kudos
Reply
2,254 Views
ping1
Contributor V

Thank you for information!

0 Kudos
Reply