Interrupts in MQXlite

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

Interrupts in MQXlite

ソリューションへジャンプ
2,019件の閲覧回数
Abil
Contributor II

hello,am using codewarrior 10.6 with MQXlite rtos...i wanted to enable a HWI which activates for 1ms each..and in the ISR of HWI iwant to use Task or SWI can anyone suggest how to use interrupts in MQXlite RTOS

ラベル(1)
0 件の賞賛
返信
1 解決策
1,872件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi  shweta:

MQX Lite handles all hardware interrupts as defined in the Interrupt Vector Table generated by PEx (see vector.c). Similary to standard MQX, MQX Lite provides a fisrt level ISR (kernel ISR), which is written in assembly language. The first level ISR runs before any other ISR.

MQX Lite provides a second level application ISRs that are coded as regualr functions and are installed into MQX Lite Interrupt Table through the Interrupt component API. Default second-level ISR for all possible interrupt sources is installed when MQX Lite starts. MQX Lite also supports the installation of user-specific, default, seconn-level ISR.

Please refer to the MQX Lite reference manual.  Interrupt handling is described in section 2.1

Regards

Daniel

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,873件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi  shweta:

MQX Lite handles all hardware interrupts as defined in the Interrupt Vector Table generated by PEx (see vector.c). Similary to standard MQX, MQX Lite provides a fisrt level ISR (kernel ISR), which is written in assembly language. The first level ISR runs before any other ISR.

MQX Lite provides a second level application ISRs that are coded as regualr functions and are installed into MQX Lite Interrupt Table through the Interrupt component API. Default second-level ISR for all possible interrupt sources is installed when MQX Lite starts. MQX Lite also supports the installation of user-specific, default, seconn-level ISR.

Please refer to the MQX Lite reference manual.  Interrupt handling is described in section 2.1

Regards

Daniel

0 件の賞賛
返信
1,872件の閲覧回数
Abil
Contributor II

Thank you Daniel for the reply....ya it is helpful.

On Tue, Oct 13, 2015 at 7:02 AM, danielchen@fsl <

0 件の賞賛
返信