Tool/software: Code Composer Studio
I want to use DMA in SCI communication. And I make the code based on this link(https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/807027?tisearch=e2e-sitesearch&keymatch=tms570ls3137%20sci%20with%20dma%20transfer )
I have some question about using DMA.
1. About trigger
- Hardware Trigger : This trigger automatically, when DMA is enabled or SADD is set?
- Software Trigger : I want to know this action. And it is possible to control the trigger timing when i want ?
2. DMA enable/disable Each channel.
- I want to use just one channel(receive sci/transfer sci) . I want to know it is possible to use DMA as follows.
(1) Receive state : enable DMA receive sci / disable DMA transfer sci
(2) Transfer state : disable DMA receive sci / enable DMA transfer sci
Regards,
Minwoo