s32k1 pluart can only send a char at one transferation, using edma

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

s32k1 pluart can only send a char at one transferation, using edma

572 Views
frank-li2021
Contributor III

s32k1 pluart can only send a char at one transferation, using edma

the settings of the peripheral is generated by PE

0 Kudos
Reply
1 Reply

558 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi frank,

Please refer the edma_transfer_s32k144 example in S32SDK S32K1xx RTM v3.0.x.

The purpose of this driver example is to show you how to use the eDMA in the following transfer scenarios for the S32K144 MCU with the S32 SDK API.

  • Single block memory-to-memory transfer
  • Loop memory-to-memory transfer
  • Scatter/gather memory-to-memory transfer
  • Memory-to-peripheral transfer (this feature is implicitly used with the LPUART driver)
  • Peripheral-to-memory transfer (this feature is implicitly used with the LPUART driver)

The LPUART_DRV_SendData will Start the transmission process using DMA

Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply