资源简介
STM32 stm32g071 关于待机模式和关闭模式的进入和退出(RTC和wakeup pin) HAL库 Standby Mode and Shutdown Mode
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32g0xx.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_stm32g0xx.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.
*
* After each device reset the HSI (8 MHz then 16 MHz) is used as system clock source.
* Then SystemInit() function is called in “startup_stm32g0xx.s“ file to
* configure the system clock before to branch to main program.
*
* This file configures the system clock as follows:
*=============================================================================
*-----------------------------------------------------------------------------
* System Clock source | HSI
*-----------------------------------------------------------------------------
* SYSCLK(Hz) | 16000000
*-----------------------------------------------------------------------------
* HCLK(Hz) | 16000000
*-----------------------------------------------------------------------------
* AHB Prescaler | 1
*-----------------------------------------------------------------------------
* APB Prescaler | 1
*-----------------------------------------------------------------------------
* HSI Division factor | 1
*-----------------------------------------------------------------------------
* PLL_M | 1
*-----------------------------------------------------------------------------
* PLL_N | 8
*-----------------------------------------------------------------------------
* PLL_P | 7
*-----------------------------------------------------------------------------
* PLL_Q | 2
*-----------------------------------------------------------------------------
* PLL_R | 2
*------------------------------------
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-05-10 01:17 New Folder\
文件 7538 2019-05-09 23:27 New Folder\.mxproject
目录 0 2019-05-09 23:02 New Folder\Drivers\
目录 0 2019-05-09 23:02 New Folder\Drivers\CMSIS\
目录 0 2019-05-09 23:02 New Folder\Drivers\CMSIS\Device\
目录 0 2019-05-09 23:02 New Folder\Drivers\CMSIS\Device\ST\
目录 0 2019-05-09 23:02 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\
目录 0 2019-05-09 23:02 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Include\
文件 564041 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g030xx.h
文件 607121 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g031xx.h
文件 628876 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g041xx.h
文件 583849 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h
文件 706743 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g071xx.h
文件 728498 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g081xx.h
文件 5122 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h
文件 2507 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h
目录 0 2019-05-09 23:02 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\
目录 0 2019-05-09 23:02 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\
目录 0 2019-05-09 23:02 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\arm\
文件 9755 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\arm\startup_stm32g030xx.s
文件 10172 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\arm\startup_stm32g031xx.s
文件 10255 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\arm\startup_stm32g041xx.s
文件 9941 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\arm\startup_stm32g070xx.s
文件 10425 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\arm\startup_stm32g071xx.s
文件 10575 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\arm\startup_stm32g081xx.s
目录 0 2019-05-09 23:02 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\gcc\
文件 9065 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\gcc\startup_stm32g030xx.s
文件 9546 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\gcc\startup_stm32g031xx.s
文件 9708 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\gcc\startup_stm32g041xx.s
文件 9387 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\gcc\startup_stm32g070xx.s
文件 9843 2019-05-05 14:33 New Folder\Drivers\CMSIS\Device\ST\STM32G0xx\Source\Templates\gcc\startup_stm32g071xx.s
............此处省略505个文件信息
相关资源
- STM32L15X的低功耗模式及RTC唤醒测试
- STM32摄像头程序实现
- 基于STM32的甲醛测试仪源代码,包含了
- STM32+LWIP+WEB_SSI_CGI
- U盘升级stm32程序,使用CH376芯片电路
- STM32自学笔记代码
- STM32F10X参考手册_Rev10.pdf
- 智慧城市—大数据、物联网和云计算
- 基于STM32F103测试代码_支持IIC和SPI li
- stm32+uCOS-II+uCGUI3.98+FatFS完整开源程序
- stm32的bootloader及移植的rtthread
- 物联网课程设计—Zigbee智能家居、宿
- STM32F4 HAL库函数手册(英文版)
- 嵌入式实时操作系统μCOS-Ⅱ经典——
- STM32 F407 虚拟串口原子开发板可用
- STM32F373 DAC生成三角波 源码
- stm32伺服电机驱动
- stm32f407快速傅里叶变缓
- stm32 YS-LDV4语音识别开发板
- 带FATFS文件系统的SD卡读写SPI模式
- 2018年TI杯A题代码
- STM32F407中文手册(完全版) 高清完整
- STM32不完全手册库函数版本
- 基于STM32f103c8t6的智能农业检测装置
- STM32 USB VCP Driver V1.3 32&64
- 安富莱STM32-V5开发板资料
- 基于stm32简单万年历设计
- STM32测量甲醛HAl库
- 2.4Gwifi发.zip
- OLED显示温度和时间-STM32F103C8T6完整程
评论
共有 条评论