How to enable the nested interrupts in CW10.3?

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

How to enable the nested interrupts in CW10.3?

1,952件の閲覧回数
Embionics
Contributor III

I am using kinetis kl25z controller and CW10.3 IDE for my project.

In events.c file, I have called a function(uart_tx) that sends the data over UART. uart_tx() is getting blocked for uart transmission interrupt.

I guess the problem was due to disabling of nested interrupts. Your information regarding how to enable nested interrupts in CW10.3

for kl25z will be helpful for me


regards,

Durgesh


15647_15647.bmpnested.bmp

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,742件の閲覧回数
adriancano
NXP Employee
NXP Employee

Hi,

Are you using Processor Expert? Can you please share the structure of the Events.c file?

Thank you!

Best Regards,

Adrian

0 件の賞賛
返信

1,740件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

hi Ammern,

the nest interrupt is automatically managed by Nested Vector Interrupt Controller.  please see attached doc

Best Regards,

Zhang Jun

0 件の賞賛
返信