DMA access to and from the same location

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

cross mob
Anonymous
Not applicable
        I have uint16 buffer[128] which is a target of DMA transfer from UDB(say DMA_UDB). after DMA_UDB fills the buffer interrupt is signalled. Can I then start copying data for processing to another location without stopping DMA_UDB? Regards RObert   
0 Likes
1 Reply
Anonymous
Not applicable
        I mean that if DMA transfer to memory is on incremental order, so every transaction only BURST_CONT of memory is occupied. If I start another DMA from the same memory location (bur read), they both should not interfere with each other (unless DMA blocks the whole location)   
0 Likes