资源简介
在低电压时,LDO会出现错误,本代码用于解决该方案,并且不使用外部参考电压,而选用内部参考电压,内部参考电压值是出厂时特定环境下写入,因此可信度高。
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32l0xx.c
* @author MCD Application Team
* @brief CMSIS Cortex-M0+ Device Peripheral Access layer System Source File.
*
* This file provides two functions and one global variable to be called from
* user application:
* - SystemInit(): This function is called at startup just after reset and
* before branch to main program. This call is made inside
* the “startup_stm32l0xx.s“ file.
*
* - SystemCoreClock variable: Contains the core clock (HCLK) it can be used
* by the user application to setup the SysTick
* timer or configure other parameters.
*
* - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must
* be called whenever the core clock is changed
* during program execution.
*
*
******************************************************************************
* @attention
*
* © COPYRIGHT(c) 2016 STMicroelectronics
*
* Redistribution and use in source and binary forms with or without modification
* are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice
* this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
* 3. Neither the name of STMicroelectronics nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS“
* AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL
* DAMAGES (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
******************************************************************************
*/
/** @addtogroup CMSIS
* @{
*/
/** @addtogroup stm32l0
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6453 2019-06-13 15:29 VOL_Meausement\.mxproject
文件 5395 2019-06-13 15:29 VOL_Meausement\ADC_TEST2.ioc
文件 490881 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l011xx.h
文件 502096 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l021xx.h
文件 503340 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l031xx.h
文件 514555 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l041xx.h
文件 518687 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l051xx.h
文件 616075 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l052xx.h
文件 629237 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l053xx.h
文件 529902 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l061xx.h
文件 627290 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l062xx.h
文件 640452 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l063xx.h
文件 539747 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l071xx.h
文件 646279 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l072xx.h
文件 659649 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l073xx.h
文件 550962 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l081xx.h
文件 657494 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l082xx.h
文件 670864 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l083xx.h
文件 8341 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l0xx.h
文件 3870 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Include\system_stm32l0xx.h
文件 11161 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l011xx.s
文件 11166 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l021xx.s
文件 10676 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l031xx.s
文件 10681 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l041xx.s
文件 11017 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l051xx.s
文件 11204 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l052xx.s
文件 11278 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l053xx.s
文件 11029 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l061xx.s
文件 11215 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l062xx.s
文件 11273 2018-12-25 13:01 VOL_Meausement\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l063xx.s
............此处省略654个文件信息
相关资源
- [数据之美].Beautiful.Data.文字版.pdf
- Computer Networks Andrew S. Tanenbaum David J.
- dd590b6171333e82cc89bda167c5a51a.rar
- Learning from data.pdf
-
空间数据库(spatial databa
se) - 虚拟光驱软件Daemon Tools Lite v4.40.2-01
- BoxedApp Packer V2018.10.0 虚拟化打包工具
- opendaylight Lithium 中文说明书
- Introduction to Algorithms
- Poco库Foudation模块的UML 类图
- Radasm中文版安装包
- data.rar BIO标注语料压缩包 可用
- Tech Day第四期--赛灵思FPGA人工智能领域
- EDA课程设计-抢答器FPGA代码。quartus软
- NI_DAQ数据处理驱动包labview,点击安装
- hownet.dat.txt
- Designing with Data: Improving the User Experi
- AG9321-MBQ_Datasheet_v0.9.2.pdf
- ADAM-4000-5000Utility
- 武汉理工大学EDA实验及考试程序
- Blackburn_Modal_Logic.pdf
- b0e487be5d092ae39031da101eb19ce7.pdf
- Robust_Adaptive_Beamforming.pdf
- Mining Text Data ------SPRINGER
- vc2010下编译好的gdal2.2.4库,支持wms、
- C Standard C99-ISO_IEC-9899-1999-含书签.pdf
- VMware15.5.2安装unlocker的darwin11.5.3工具
- LAMBDA算法
- Cerda Ramón M.Understanding quartz crystals a
-
Modified GFDM(Eigendecomposition-ba
sed GF
评论
共有 条评论