cancel
Showing results for 
Search instead for 
Did you mean: 

Is the STM32F107xx a LD, MD or HD device?

ashley23
Associate II
Posted on September 03, 2010 at 09:53

Is the STM32F107xx a LD, MD or HD device?

1 REPLY 1
drzile86
Associate II
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