您的位置:首页 > 其它

Stm32启动文件与芯片型号的关系

2018-01-01 13:39 786 查看
我们在使用不同的stm32芯片时,往往会困惑与如何选择启动文件,今天我们就来介绍一下。

以下英文材料从stm32标准库文件的<stm32f10x.h>中引用:

 

- Low-density devices are STM32F101xx,STM32F102xx and STM32F103xx microcontrollers

  where the Flash memory density ranges between 16 and 32 Kbytes.

低密度型:适用于stm32f101/102/103系列中flash范围在16-32kbyte的芯片

 

 -Low-density value line devices are STM32F100xx microcontrollers where the Flash

  memory density ranges between 16 and 32 Kbytes.

低密度超值型:适用于stm32f100系列中flash在16k到32kbytes大小的芯片

 

 -Medium-density devices are STM32F101xx, STM32F102xx and STM32F103xxmicrocontrollers

  where the Flash memory density ranges between 64 and 128 Kbytes.

中等密度型:适用于stm32f101/102/103系列中flash在64k——128kbytes的芯片

 

 -Medium-density value line devices are STM32F100xx microcontrollers where the

  Flash memory density ranges between 64 and 128 Kbytes.  

中等密度超值型:适用于stm32f100系列中flash范围是64k-128kbytes的芯片

 -High-density devices are STM32F101xx and STM32F103xx microcontrollers where

  the Flash memory density ranges between 256 and 512 Kbytes.

高密度型:适用于stm32f101/103系列中flash介于256k-512kbytes的芯片

 

 -High-density value line devices are STM32F100xx microcontrollers where the

  Flash memory density ranges between 256 and 512 Kbytes.  

高密度超值型:适用于stm32f100系列中flash介于256k—512kbytes的芯片

 

 -XL-density devices are STM32F101xx and STM32F103xx microcontrollers where

  the Flash memory density ranges between 512 and 1024 Kbytes.

超高密度型:适用于stm32f101/103系列中flash介于512-1024kbytes的芯片

 

 -Connectivity line devices are STM32F105xx and STM32F107xx microcontrollers.

 互联网型:适用于stm32f105/107系列芯片
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  stm32 标准库