2009-09-04 01:55 PM
contradictions between DMA register page and register map?
2011-05-17 04:22 AM
Hi,
I'm writing an DMA library for an STM32F103RBT6. Checking the DMA register addresses I read: on page 193 of the reference manual (revision 9) it is said that the address offset of DMA_CCRx equals 0x008+20d*channel number (1-7). For DMA_CCR1 that's, for example, 0x014. On the other hand, the register map (page 196) states that the address offset of DMA_CCR1 is 0x008. Maybe that in fact the channel numbering runs from 0 to 6? best regards, Jan [ This message was edited by: j.bolting on 03-09-2009 21:11 ]2011-05-17 04:22 AM
Hi Jan,
You are absolutely correct, Thank you a lot for this typo. This will be fixed in our new document version. Cheers, STOne-32.