When I create a ML410 Base System Builder Design (BSB) design where the second UART is chosen to be a 16550 device with an interrupt, the following error occurs:
"ERROR:EDK:3710 - INSTANCE:RS232_Uart_2 PORT:ctsN -../system.mhs line 425 - isvalid port in use when ISVALID="(C_USE_MODEM_PORTS==1)" evaluates to FALSE.
Please remove the port from your design!
ERROR:EDK:3710 - INSTANCE:RS232_Uart_2 PORT:rtsN - ../system.mhs line 425 - isvalid port in use when ISVALID="(C_USE_MODEM_PORTS==1)" evaluates to FALSE.
Please remove the port from your design!
ERROR:EDK:440 - platgen failed with errors!
make: *** [implementation/system.bmm] Error 2"
How do I resolve this error?