资源简介
GD32F103例程
代码片段和文件信息
/*!
\file system_gd32f10x.c
\brief CMSIS Cortex-M3 Device Peripheral Access layer Source File for
GD32F10x Device Series
*/
/*
Copyright (c) 2012 ARM LIMITED
All rights reserved.
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 the copyright holder 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.
*/
/* This file refers the CMSIS standard some adjustments are made according to GigaDevice chips */
#include “gd32f10x.h“
/* system frequency define */
#define __IRC8M (IRC8M_VALUE) /* internal 8 MHz RC oscillator frequency */
#define __HXTAL (HXTAL_VALUE) /* high speed crystal oscillator frequency */
#define __SYS_OSC_CLK (__IRC8M) /* main oscillator frequency */
/* select a system clock by uncommenting the following line */
/* use IRC8M */
//#define __SYSTEM_CLOCK_48M_PLL_IRC8M (uint32_t)(48000000)
//#define __SYSTEM_CLOCK_72M_PLL_IRC8M (uint32_t)(72000000)
//#define __SYSTEM_CLOCK_108M_PLL_IRC8M (uint32_t)(108000000)
/* use HXTAL (XD series CK_HXTAL = 8M CL series CK_HXTAL = 25M) */
//#define __SYSTEM_CLOCK_HXTAL (uint32_t)(__HXTAL)
//#define __SYSTEM_CLOCK_24M_PLL_HXTAL (uint32_t)(24000000)
//#define __SYSTEM_CLOCK_36M_PLL_HXTAL (uint32_t)(36000000)
//#define __SYSTEM_CLOCK_48M_PLL_HXTAL (uint32_t)(48000000)
//#define __SYSTEM_CLOCK_56M_PLL_HXTAL (uint32_t)(56000000)
//#define __SYSTEM_CLOCK_72M_PLL_HXTAL (uint32_t)(72000000)
//#define
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2021-05-10 10:10 15.USART串口通讯\
目录 0 2021-05-10 10:10 15.USART串口通讯\CMSIS\
文件 100406 2019-11-28 13:53 15.USART串口通讯\CMSIS\core_cm3.h
文件 17146 2014-12-02 18:37 15.USART串口通讯\CMSIS\core_cmFunc.h
文件 20513 2014-12-02 18:37 15.USART串口通讯\CMSIS\core_cmInstr.h
文件 30323 2021-02-23 22:09 15.USART串口通讯\CMSIS\gd32f10x.h
文件 32561 2019-11-28 13:53 15.USART串口通讯\CMSIS\system_gd32f10x.c
文件 2380 2019-11-28 13:53 15.USART串口通讯\CMSIS\system_gd32f10x.h
目录 0 2021-05-10 10:10 15.USART串口通讯\Library\
目录 0 2021-05-10 10:10 15.USART串口通讯\Library\Include\
文件 27032 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_adc.h
文件 14516 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_bkp.h
文件 54188 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_can.h
文件 3474 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_crc.h
文件 14411 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_dac.h
文件 9497 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_dbg.h
文件 19981 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_dma.h
文件 126406 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_enet.h
文件 32834 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_exmc.h
文件 18610 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_exti.h
文件 25266 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_fmc.h
文件 5885 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_fwdgt.h
文件 36250 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_gpio.h
文件 22666 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_i2c.h
文件 4741 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_misc.h
文件 6360 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_pmu.h
文件 70239 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_rcu.h
文件 7212 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_rtc.h
文件 30272 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_sdio.h
文件 22490 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_spi.h
文件 55633 2019-11-28 13:53 15.USART串口通讯\Library\Include\gd32f10x_timer.h
............此处省略53个文件信息
相关资源
- GD32F103 在线串口Ymodem协议升级IAP
- 基于STM32F103ZET6控制舵机旋转(ts90a/
- stm32f103zet6控制蓝牙小车
- gd32的单通道adc用dma采集
- vscode作为编辑器开发stm32f103c8
- stm32f103c8t6开发板原理图+pcb
- 显示屏操作(stm32f103c8t6(SAN))
- 基于STM32f103 PWM波呼吸灯
- Proteus 8.6仿真STM32F103C6
- tm1650+stm32f103源码(board_tm1650.c)
- 基于STM32F103C8T6主控板使用BH1750检测光
- stm32f103 USB键盘
- OBD_CAN读取代码(stm32f103)
- stm32f103 can驱动
- stm32F103zet6开串口通信2 C语言
- stm32 上下位机通信
- 零死角玩转STM32—F103MINI(图文高清版
- STM32F103系列IO操作-LED流水灯
- STM32F103系列CRC操作
- STM32F103系列读芯片ID
- STM32F103系列按键(查询方式)
- STM32F103ZET6 按键串口 发16进制[字符串
- mpu9250九轴姿态用STM32F103实现I2C通信
- stm32f103的TCS34725驱动分享
- MAX30102心率血氧显程-STM32F103C8T6-C语言
- STM32F103输出相位可变方波
- C876模板(基于战舰STM32F103开发板)
- 基于stm32f103的AD7091源码
- STM32F103 串口环形队列应用程序
- STM32F103系列ADC操作
评论
共有 条评论