资源简介
在低电压时,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个文件信息
相关资源
- SOUGDay_Oracle18cNewSecurity_SOE(Oracle s
- The IDA Pro Book 2nd Edition
- nmos转移特性曲线hspice程序—&mdas
- 经典书籍Algorithms+Data Structures=Program
- 虚拟仪器技术创新实验基地建设方案
- Numerical Optimization 2ed-Nocedal
- labview中的DAQ助手采集多个通道电压
- Eeupdate.exe
- Reparatory Effects of Nicotine on NMDA Recepto
- DAC0832波形发生器幅值及频率都精确可
- adams vibration 练习原文件
- EDA课程设计_密码锁
- DAS1302蜂鸣 独立按键 闹钟设定 IIC存储
- 怎样在flex的datagrid中运用checkbox
- VESA Computer Display Monitor Timing (DMT)
- 一个读取地震数据seg2或dat格式的程序
- LDA 人脸识别
- 图片存储到数据库保存二进制文件并
- 图形学集成程序dda、中点算法、多边
- ADAMS 驱动函数
- EDA课程设计(出租车计费系统)
- DataGridView财务金额格式显示
- powerdatagrid控件 源码
- Fundamentals of Data Structure in C
- Qt 读取16进制的data文件
- lmdb代码——caffe
- SVNDrv.sys
- Cellular automata Model: an Adaptive Approach
- 大数据中的云网络Cloud Networking for B
- Cyclone 10LP Remote Update Intel FPGA IP 官方工
评论
共有 条评论