hello ,I have a problem about UART ISR
I used to compile environment is KDS3.0
Using a KSDK1.2 and MQX4.2,and my board is frdmk64f
I want to rec data form uart with ISR
but when I install the uart0 isr,
the Interrupt handler is constantly triggered, whatever I have to send or receive data from UART0
I don't know what's the problem
Is it because UART0 is the default input port?
In addition, I want to know why the code “printf("\ncounter = %d\n", g_isr_data.COUNTER);”could output data to uart0
how can I change it output to uart1?