Kinetis K-10 Interrupt latency question.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Kinetis K-10 Interrupt latency question.

924 次查看
anatolyodler
Contributor I

Hello, all.

We're working with Kinetis K-10 MCU. No operating system.

What is the interrupt latency of the context switch between an background thread (main function) and PIT interrupt?

What happens, if other interrupt, with higher priority that the PIT, enters in the middle of that context switch?

Thank you.

标签 (1)
2 回复数

627 次查看
deepakrana
NXP Employee
NXP Employee

hi

For the cortex M interrupt handling the ARM info centre gives the best information and is part of their documentation. The interrupt handling for all Cortex M series is under ARM control.

More info on the interrupts check this link:

ARM Information Center 

There are two important concepts in interrupt handling of cortex M - tail chaining and later arrival concept

This you can check at link

ARM Information Center

You need to right click on these links to open the right link under the name shown.

The above should help with all the questions that you have asked.

627 次查看
deepakrana
NXP Employee
NXP Employee

hi

hope this helped in you understanding of your problem