JN-AN-1069 project stuck in vAHI_UartSetInterrupt()

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

JN-AN-1069 project stuck in vAHI_UartSetInterrupt()

524 Views
1021083363
Contributor I

I am running the project JN-AN-1069,in the uart.c file,(I have changed some code)code as :pastedImage_1.png

it can print UART_OPEN 4,but it can‘t print UART_OPEN 5 ,I think I'm stuck in the function vAHI_UartSetInterrupt(),

when I try to find this funtion , I only find a declaration in a .h file, so How Can I Solve This Problem? I mean how to make me don't stuck in this function anymore?

0 Kudos
1 Reply

381 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Zhenyu,

Did you define the JenOS as TRUE?

Why do you comment the code?

#define UART_JENOS        FALSE /**< Compile for JenOs */

Regards,

Mario

0 Kudos