serial interrupt

hi,

i am not getting serial receive interrupt for port1 in ns9360 using threadx .Are there any settings required in bsp.

Can anyone of u plz help in this problem…

Thanks in Advance

I would use the serial driver instead, or at least review the serial driver, provided by the NET+OS development kit in netos74/src/bsp/devices/common/newserial/mercury_serl.c

yes i hav seen,i installed the isr using the function naisrinstall().The isr is getting installed but the interrupt is not generating.are there any other function calls required to get interrupt from serial port.

check out the ns9360 hrm in respect to the serial uart interface. You’ll especially want to review the registers that setup what the interupt triggers on. This kind of configuration can also be seen if you trace through the serial driver.