GD32W51x User Manual
502
This bit-field controls the value of the dead-time, w hich is inserted before the output
transitions. The relationship betw een DTCFG value and the duration of dead-time
is as follow :
DTCFG [7:5]
=3’b0xx: DTvalue =DTCFG [7:0]x t
DT
, t
DT
=t
DTS
.
DTCFG [7:5] =3’b 10x: DTvalue = (64+DTCFG [5:0])xt
DT
, t
DT
=t
DTS
*2.
DTCFG [7:5] =3’b 110: DTvalue = (32+DTCFG [4:0])xt
DT
, t
DT
=t
DTS
*8.
DTCFG [7:5] =3’b 111: DTvalue = (32+DTCFG [4:0])xt
DT
, t
DT
=t
DTS
*16.
This bit can be modified only w hen PROT [1:0] bit-filed in TIMERx_CCHP register
is 00.
DMA configuration register (TIMERx_DMACFG)
Address offset: 0x48
Reset value: 0x0000 0000
This register has to be accessed by word (32-bit).
31
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
Reserved
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
Reserved
DMATC[4:0]
Reserved
DMATA [4:0]
rw
rw
Bits
Fields
Descriptions
31:13
Reserved
Must be kept at reset value.
12:8
DMATC [4:0]
DMA transfer count
This filed is defined the number of DMA w ill access(R/W) the register of
TIMERx_DMA TB
7:5
Reserved
Must be kept at reset value.
4:0
DMATA [4:0]
DMA transfer access start address
This filed define the first address for the DMA access the TIMERx_DMA TB. When
access is done through the TIMERx_DMA address first time, this bit-field specifies
the address you just access. And then the second access to the TIMERx_DMA T B,
you w ill access the address of start a 0x4.
5’b0_0000: TIMERx_CTL0
5’b0_0001: TIMERx_CTL1
…
In a w ord: Start Address = TIMERx_CTL0 + DMATA*4
DMA transfer buffer register (TIMERx_DMATB)
Address offset: 0x4C