Hi,Today I try to transfer my Pic32Mx working code to an harmony project (V1.08).In my old application, all the peripheral are used in interrupt mode for example the USARTvoid __ISR(UART_DBG_VECTOR, IPL6AUTO) UART_DBG_Interrupt(void)
{
// Is th..
{
// Is th..