Hello, everyone
Kinetis KL17's UART2 and FlexIO UART share the same one interrupt and IRQ: UART2_FLEXIO_IRQHandler.
Is it possible for one project to use these two part at the same time?
For UART 2, UART2_FLEXIO_IRQHandler means UART_TransferHandleIRQ
For Flex IO, UART2_FLEXIO_IRQHandler means UART2_FLEXIO_DriverIRQHandler() and FLEXIO_CommonIRQHandler
I think they conflict at this point.
How to fix this issue, please?
Tks so much!!!