Hello NXP Technical Support
Can you provide a DEMO about FLEXIO's simulation of UART using interrupts to send and receive data, which is an example of directly operating the underlying registers instead of the SDK
Hi,
OK, there is AN12174 with its SW files at
which also provide baremetal project solution as well as SDK solution for this task.
Best regards,
Ladislav
I downloaded the DEMO file in the link you provided, but I found that the DEMO without SDK uses the polling method to send and receive data. Is it possible to send and receive data in an interrupted way, or is it used by the DEMO without SDK in the link Just an interruption? I misunderstood.
Hi,
Please refer to the documentation in the SDK installation folder:
…NXP/S32DS.3.4/S32DS/software/S32SDK_S32K1XX_RTM_4.0.2/doc/Start_here.html
In the part Communication Driver Examples you can find FlexIO Uart…
...NXP/S32DS.3.4/S32DS/software/S32SDK_S32K1XX_RTM_4.0.2/doc/html_S32K144/flexio_uart_s32k144_group.html
Best regards,
Ladislav
Sorry, I may not express clearly, I want a demo without SDK, directly operate the underlying registers