Hi all,
I am using NDK 2.0 for my work,but it seems that HWI task can‘t wok with NDK.
I create a hwi task for uart1(RS232) receive interrupt .It works well without NDK,so I think my HWI task is OK.
But once NDK task is created,the interrupt hadler function was not executed.
From the view of Registers,I found the interrupt was trigged.
Dose anyone know the reason for this?
thanks for your reply.