Skip to main content
ashley23
Associate III
September 3, 2010
Question

Is the STM32F107xx a LD, MD or HD device?

  • September 3, 2010
  • 1 reply
  • 1117 views
Posted on September 03, 2010 at 09:53

Is the STM32F107xx a LD, MD or HD device?

    This topic has been closed for replies.

    1 reply

    drzile86
    Associate II
    May 17, 2011
    Posted on May 17, 2011 at 14:05

    Hi,

    did you download the latest version of std per lib? It support CL (connectivity device) STM32F105xx and STM32F107xx. And in stm32f10xx.h file you have definition

    #if !defined (STM32F10X_LD) && !defined (STM32F10X_LD_VL) && !defined (STM32F10X_MD) && !defined (STM32F10X_MD_VL) && !defined (STM32F10X_HD) && !defined (STM32F10X_XL) && !defined (STM32F10X_CL) 

      /* #define STM32F10X_LD */     /*!< STM32F10X_LD: STM32 Low density devices */

      /* #define STM32F10X_LD_VL */  /*!< STM32F10X_LD_VL: STM32 Low density Value Line devices */  

      /* #define STM32F10X_MD */     /*!< STM32F10X_MD: STM32 Medium density devices */

      /* #define STM32F10X_MD_VL */  /*!< STM32F10X_MD_VL: STM32 Medium density Value Line devices */  

      /* #define STM32F10X_HD */     /*!< STM32F10X_HD: STM32 High density devices */

      /* #define STM32F10X_XL */     /*!< STM32F10X_XL: STM32 XL-density devices */

       #define STM32F10X_CL      /*!< STM32F10X_CL: STM32 Connectivity line devices */

    #endif

    BR,

    Dragan