Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
stm32:peripherals:dma [2022/12/28 07:48] – ruan | stm32:peripherals:dma [2022/12/28 07:50] (current) – ruan | ||
---|---|---|---|
Line 15: | Line 15: | ||
===== Configuration Registers ===== | ===== Configuration Registers ===== | ||
- | ==== SxCR - Stream X configuration register ==== | + | ==== DMA_SxCR |
\\ {{dma_reg_sxcr.svg}} \\ \\ | \\ {{dma_reg_sxcr.svg}} \\ \\ | ||
Line 40: | Line 40: | ||
* Only writeable if EN = ' | * Only writeable if EN = ' | ||
- | ==== SxPAR - Stream X peripheral address register ==== | + | ==== DMA_SxPAR |
\\ {{dma_reg_sxpar.svg}} \\ \\ | \\ {{dma_reg_sxpar.svg}} \\ \\ | ||
Line 47: | Line 47: | ||
|NDT|xxx|Number of data items to be transfered.| | |NDT|xxx|Number of data items to be transfered.| | ||
- | ==== SxM0AR | + | ==== DMA_SxM0AR |
\\ {{dma_reg_sxm0ar.svg}} \\ \\ | \\ {{dma_reg_sxm0ar.svg}} \\ \\ | ||
Line 54: | Line 54: | ||
|M0A|xxx|Base address of memory 0.| | |M0A|xxx|Base address of memory 0.| | ||
- | ==== SxM1AR | + | ==== DMA_SxM1AR |
\\ {{dma_reg_sxm1ar.svg}} \\ \\ | \\ {{dma_reg_sxm1ar.svg}} \\ \\ | ||
Line 61: | Line 61: | ||
|M1A|xxx|Base address of memory 1.| | |M1A|xxx|Base address of memory 1.| | ||
- | ==== SxNDTR | + | ==== DMA_SxNDTR |
\\ {{dma_reg_sxndtr.svg}} \\ \\ | \\ {{dma_reg_sxndtr.svg}} \\ \\ |