Guys, I am trying to check how many UART I can have by using SERCOM thing.
I got 3 working (inckuding the default one RX/TX).
Now I am trying to add 4th one and would like to ask if that code will work?
void SERCOM0_Handler()
{
mySerial2.IrqHandler();
mySerial3.IrqHandler();
}
So can we have 2 UARTs on the same SERCOM?