How to enable the nested interrupts in CW10.3?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to enable the nested interrupts in CW10.3?

689 Views
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

Labels (1)
0 Kudos
2 Replies

479 Views
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 Kudos

478 Views
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 Kudos