Dear XiangJun Rong,
I already know that doc. It refers about of use of FLEXIO_DRIVER but not include information about FLEXIO_I2C DRIVER or FLEXIO_UART DRIVER and my questions it's about of those two last mentioned drivers.
I've just copied two kds2.0 driver examples (FLEXIO_I2C and FLEXIO_UART) and include both in one project.
I use #ifdef compiler directive to compile each one separately in the same project. Separately, each one works nicely, but together does not works.
Some details of reconfiguration for using FLEXIO_UART INTERRUP TRANSFER example:
IFLEXIO_UART_Type uartDev variable was reconfigured:
uartDev.shifterIndex[0] = 2U; //original value was 0U
uartDev.shifterIndex[1] = 3U; //original value was 1U
uartDev.timerIndex[0] = 2U; //original value was 0U
uartDev.timerIndex[1] = 3U; //original value was 1U
What could I do to put those implementation to work properly?
What else is necessary to reconfigure?
Best regards,
Luis