Skip to main content
Uwe Bonnes
Chief
March 21, 2016
Question

DMA_CSELR_C1S in stm32f030xc.h

  • March 21, 2016
  • 3 replies
  • 798 views
Posted on March 21, 2016 at 12:36

  * @file    stm32f030xc.h

  * @author  MCD Application Team

  * @version V2.2.3

  * @date    29-January-2016

define DMA_CSELRxxx related items. RM0001 says that DMA_CSELR is only applicable to STM32F09x.  What holds?
    This topic has been closed for replies.

    3 replies

    Nesrine M_O
    Associate
    March 22, 2016
    Posted on March 22, 2016 at 09:40

    Hi bonnes.uwe,

    The STM32F0 Series related reference manuals RM0360 (Rev3) and RM0091 (Rev8) don’t mention this information.

    So could you please precise on witch document you have found it?

    -Syrine-

    Uwe Bonnes
    Chief
    March 22, 2016
    Posted on March 22, 2016 at 20:19

    The header file stm32f030xc.h defines DMA_CSELR_C1S and friends.

    So please look in the header file!

    Nesrine M_O
    Associate
    March 23, 2016
    Posted on March 23, 2016 at 12:02

    Hi bonnes.uwe,

    •In the RM0091 Reference manual related to STM32F0x1/STM32F0x2/STM32F0x8 devices, it is mentioned that the DMA channel selection register is present only on STM32F09x devices.

    •In the RM0360 Reference manual related to STM32F030x4/6/8/C and STM32F070x6/B it is mentioned that the DMA channel selection register is present only on STM32F030xC devices.

    •I checked the last release of the F0 HAL library (1.5.0) and the register is only present on stm32f030xc.h, stm32f091xc.h and stm32f098xx.h files as described in the reference manuals.

    -Syrine-