S32K144 Flexio Analog UART

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K144 Flexio Analog UART

715 Views
ywjack
Contributor III

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

0 Kudos
4 Replies

691 Views
lama
NXP TechSupport
NXP TechSupport

 

Hi,

OK, there is AN12174 with its SW files at

https://www.nxp.com/products/processors-and-microcontrollers/s32-automotive-platform/s32k-general-pu...

which also provide baremetal project solution as well as SDK solution for this task.

 

Best regards,

Ladislav

0 Kudos

690 Views
ywjack
Contributor III

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.

0 Kudos

696 Views
lama
NXP TechSupport
NXP TechSupport

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

0 Kudos

695 Views
ywjack
Contributor III

Sorry, I may not express clearly, I want a demo without SDK, directly operate the underlying registers

0 Kudos