How to enable the nested interrupts in CW10.3?

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

How to enable the nested interrupts in CW10.3?

1,943 次查看
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,733 次查看
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,731 次查看
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 项奖励
回复