DMA configuration

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

 I got a doubt in DMA configuration, when the Burst Count is set to 1 and request per burst set to 0 what will the DMA do......

   

I think DMA works as per the TD configuration, if 2 TDs are present one transferring 4 and other also 4 then DMA  will transfer all 8 bytes per 1 request....But the request per burst is set 0!!!!......Is DMA wrong ...or is the configuration invalid

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The datasheet says that when requests per burst is set to 0 all subsequent transfers will be executed without needing another request drq

   

and when set to one each needs to be initiated by another drq.

   

 

   

So "NumberOfBursts" is not a counter but something like a boolean. Could really have been named better like "NeedDRQ" or something alike.

   

 

   

Bob

0 Likes