资源简介
官网GD32450开发板资料,包含原理图和库文件。
代码片段和文件信息
/*!
\file system_gd32f4xx.c
\brief CMSIS Cortex-M4 Device Peripheral Access layer Source File for
GD32F4xx 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:
- Redistributions of source code must retain the above copyright
notice this list of conditions and the following disclaimer.
- 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.
- Neither the name of ARM 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 COPYRIGHT HOLDERS AND 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 “gd32f4xx.h“
/* system frequency define */
#define __IRC16M (IRC16M_VALUE) /* internal 16 MHz RC oscillator frequency */
#define __HXTAL (HXTAL_VALUE) /* high speed crystal oscillator frequency */
#define __SYS_OSC_CLK (__IRC16M) /* main oscillator frequency */
/* select a system clock by uncommenting the following line */
//#define __SYSTEM_CLOCK_IRC16M (uint32_t)(__IRC16M)
//#define __SYSTEM_CLOCK_HXTAL (uint32_t)(__HXTAL)
//#define __SYSTEM_CLOCK_120M_PLL_IRC16M (uint32_t)(120000000)
//#define __SYSTEM_CLOCK_120M_PLL_8M_HXTAL (uint32_t)(120000000)
//#define __SYSTEM_CLOCK_120M_PLL_25M_HXTAL (uint32_t)(120000000)
//#define __SYSTEM_CLOCK_168M_PLL_IRC16M (uint32_t)(168000000)
//#define __SYSTEM_CLOCK_168M_PLL_8M_HXTAL (uint32_t)(168000000)
//#define __SYSTEM_CLOCK_168M_PLL_25M_HXTAL (uint32_t)(168000000)
//#define __SYSTEM_CLOCK_200M_PLL_IRC16M (uint32_t)(200000000)
//#define __SYSTEM_CLOCK_200M_PLL_8M_HXT
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-10-21 16:32 GD32450i-EVAL\
文件 164803 2016-10-21 16:32 GD32450i-EVAL\4.3inch-480x272-Touch-LCD-B_schematic.pdf
文件 1112505 2016-10-21 16:32 GD32450i-EVAL\4.3inch-480x272-Touch-LCD-B_UserManual_CN.pdf
文件 2602866 2016-10-21 15:27 GD32450i-EVAL\GD32450I-EVAL User Manual-V1.0.pdf
文件 4800897 2016-10-19 15:25 GD32450i-EVAL\GD32450I-EVAL-V1.1.pdf
文件 2769958 2016-10-21 15:27 GD32450i-EVAL\GD32450I-开发板 用户手册-V1.0.pdf
目录 0 2016-10-21 16:13 GD32450i-EVAL\Library\
目录 0 2016-12-13 16:03 GD32450i-EVAL\Library\Firmware\
目录 0 2016-10-21 16:13 GD32450i-EVAL\Library\Firmware\CMSIS\
文件 109878 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\CMSIS\core_cm4.h
文件 22959 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\CMSIS\core_cm4_simd.h
目录 0 2016-10-21 16:13 GD32450i-EVAL\Library\Firmware\CMSIS\GD\
目录 0 2016-10-21 16:13 GD32450i-EVAL\Library\Firmware\CMSIS\GD\GD32F4xx\
目录 0 2016-10-21 16:13 GD32450i-EVAL\Library\Firmware\CMSIS\GD\GD32F4xx\Include\
文件 19607 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\CMSIS\GD\GD32F4xx\Include\gd32f4xx.h
文件 2430 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\CMSIS\GD\GD32F4xx\Include\system_gd32f4xx.h
目录 0 2016-10-21 16:13 GD32450i-EVAL\Library\Firmware\CMSIS\GD\GD32F4xx\Source\
目录 0 2016-10-21 16:13 GD32450i-EVAL\Library\Firmware\CMSIS\GD\GD32F4xx\Source\ARM\
文件 21762 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\CMSIS\GD\GD32F4xx\Source\ARM\startup_gd32f4xx.s
目录 0 2016-10-21 16:13 GD32450i-EVAL\Library\Firmware\CMSIS\GD\GD32F4xx\Source\IAR\
文件 25914 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\CMSIS\GD\GD32F4xx\Source\IAR\startup_gd32f4xx.s
文件 28256 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\CMSIS\GD\GD32F4xx\Source\system_gd32f4xx.c
目录 0 2016-10-21 16:13 GD32450i-EVAL\Library\Firmware\GD32F4xx_standard_peripheral\
目录 0 2016-10-21 16:13 GD32450i-EVAL\Library\Firmware\GD32F4xx_standard_peripheral\Include\
文件 37168 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\GD32F4xx_standard_peripheral\Include\gd32f4xx_adc.h
文件 45201 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\GD32F4xx_standard_peripheral\Include\gd32f4xx_can.h
文件 1721 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\GD32F4xx_standard_peripheral\Include\gd32f4xx_crc.h
文件 10592 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\GD32F4xx_standard_peripheral\Include\gd32f4xx_ctc.h
文件 13692 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\GD32F4xx_standard_peripheral\Include\gd32f4xx_dac.h
文件 7959 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\GD32F4xx_standard_peripheral\Include\gd32f4xx_dbg.h
文件 11320 2016-10-19 15:25 GD32450i-EVAL\Library\Firmware\GD32F4xx_standard_peripheral\Include\gd32f4xx_dci.h
............此处省略1078个文件信息
评论
共有 条评论