zoukankan      html  css  js  c++  java
  • STM32F 系列芯片 容量文件选择 startup_stm32f10x_hd

    小容量: FLASH≤32K
    中容量: 64K≤FLASH≤128K
    大容量: 256K≤FLASH

    startup_stm32f10x_cl.s 互联型的器件,STM32F105xx,STM32F107xx

    startup_stm32f10x_hd.s
    大容量的STM32F101xx,STM32F102xx,STM32F103xx

    startup_stm32f10x_hd_vl.s 大容量的STM32F100xx

    startup_stm32f10x_ld.s
    小容量的STM32F101xx,STM32F102xx,STM32F103xx

    startup_stm32f10x_ld_vl.s 小容量的STM32F100xx

    startup_stm32f10x_md.s
    中容量的STM32F101xx,STM32F102xx,STM32F103xx

    startup_stm32f10x_md_vl.s 中容量的STM32F100xx
    startup_stm32f10x_xl.s


    FLASH在512K到1024K字节的STM32F101xx,STM32F102xx,STM32F103xx
    cl:互联型产品,stm32f105/107系列
    vl:超值型产品,stm32f100系列
    xl:超高密度产品,stm32f101/103系列
    ld:低密度产品,FLASH小于64K
    md:中等密度产品,FLASH=64 or 128
    hd:高密度产品,FLASH大于128 hd(High Density )是大容量,



  • 相关阅读:
    Linux命令:ssh
    Linux命令:sshpass
    Linux命令:ls
    Linux文件的时间
    Linux命令:findutils
    jfrog
    git
    git branch
    git remote
    java equals 和hashcode
  • 原文地址:https://www.cnblogs.com/beiyhs/p/14770900.html
Copyright © 2011-2022 走看看