Question
18.4.17 TIMx DMA control register (TIMx_DCR)
Posted on March 24, 2017 at 19:02
in RM0090 18.4.17 TIMx DMA control register (TIMx_DCR) it states:
Bits 4:0 DBA[4:0]: DMA base address
This 5-bit vector defines the base-address for DMA transfers (when read/write access aredone through the TIMx_DMAR address). DBA is defined as an offset starting from theaddress of the TIMx_CR1 register.Example:00000: TIMx_CR1,00001: TIMx_CR2,00010: TIMx_SMCR,...Example: Let us consider the following transfer: DBL = 7 transfers & DBA = TIMx_CR1. In thiscase the transfer is done to/from 7 registers starting from the TIMx_CR1 address.Does this mean the transfers are overwriting the timer control registers?
jh