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
1,429 Views
ping1
Contributor V

I cannot find any information on datasheet.

Thanks

Ping

Labels (1)
0 Kudos
1 Solution
1,420 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
2 Replies
1,421 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
1,404 Views
ping1
Contributor V

Thank you for information!

0 Kudos