Hi,I'm working on UART of dsPIC30f4011 in interrupt mode. But i couldn't transmit string continuously. Some of the characters are missing.This is my code.c30 compiler, MPLAB X IDE v 2.10#define UART1_RXN_PRIORITY IPC2bits.U1RXIP = 6
#define UART1_RX_INTR..
↧