Level 1
xiaoxuan
Level 1
Jun 28, 2022
05:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
I am trying to use DMA to communicate with ASCLIN_LIN. I have some doubts and need help.
1. Can LIN DMA initializer and UART DMA initializer be shared?
2. What is the connection between DMA interrupts and LIN initialization?
3, LIN data to receive and send in the interrupt service function? If so, in a DMA interrupt or in a LIN interrupt? If not, what goes inside the interrupt service function?
2 Replies

Moderator

Moderator
Jun 28, 2022
05:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Dear Users,
Please refer to below projects:
https://github.com/Infineon/AURIX_code_examples/tree/master/code_examples
dw
Level 1
xiaoxuan
Level 1
Jun 28, 2022
06:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you very much
Is there a training file for UART DMA?