资源简介
STM32F103C8T6移植ENC28J60+UIP1.0,网上很多不是没有效果就是各种报错,于是本人自行开发了一个工程,经过验证100%可用,需要的朋友按照工程中接线方式连接好硬件,下载运行即可,非常方便,希望能够帮助更多的朋友

代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f10x.c
* @author MCD Application Team
* @version V3.5.0
* @date 11-March-2011
* @brief CMSIS Cortex-M3 Device Peripheral Access layer System Source File.
*
* 1. This file provides two functions and one global variable to be called from
* user application:
* - SystemInit(): Setups the system clock (System clock source PLL Multiplier
* factors AHB/APBx prescalers and Flash settings).
* This function is called at startup just after reset and
* before branch to main program. This call is made inside
* the “startup_stm32f10x_xx.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.
*
* 2. After each device reset the HSI (8 MHz) is used as system clock source.
* Then SystemInit() function is called in “startup_stm32f10x_xx.s“ file to
* configure the system clock before to branch to main program.
*
* 3. If the system clock source selected by user fails to startup the SystemInit()
* function will do nothing and HSI still used as system clock source. User can
* add some code to deal with this issue inside the SetSysClock() function.
*
* 4. The default value of HSE crystal is set to 8 MHz (or 25 MHz depedning on
* the product used) refer to “HSE_VALUE“ define in “stm32f10x.h“ file.
* When HSE is used as system clock source directly or through PLL and you
* are using different crystal you have to adapt the HSE value to your own
* configuration.
*
******************************************************************************
* @attention
*
* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
* TIME. AS A RESULT STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY
* DIRECT INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
* FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
* CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*
* © COPYRIGHT 2011 STMicroelectronics
******************************************************************************
*/
/** @addtogroup CMSIS
* @{
*/
/** @addtogroup stm32f10x_system
* @{
*
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-04-04 02:22 ENC28J60\
文件 72603 2018-04-04 02:22 ENC28J60\ENC28J60.uvguix.Administrator
文件 15308 2018-04-04 02:22 ENC28J60\ENC28J60.uvoptx
文件 23117 2018-04-04 02:22 ENC28J60\ENC28J60.uvprojx
目录 0 2018-04-04 03:08 ENC28J60\Listings\
目录 0 2018-04-04 03:08 ENC28J60\ob
目录 0 2018-04-04 02:16 ENC28J60\RTE\
目录 0 2018-04-04 02:10 ENC28J60\RTE\Device\
目录 0 2018-04-04 02:23 ENC28J60\RTE\Device\STM32F103C8\
文件 55603 2013-09-26 01:08 ENC28J60\RTE\Device\STM32F103C8\RTE_Device.h
文件 12765 2012-01-24 12:06 ENC28J60\RTE\Device\STM32F103C8\startup_stm32f10x_md.s
文件 4164 2014-07-04 16:13 ENC28J60\RTE\Device\STM32F103C8\stm32f10x_conf.h
文件 36557 2012-01-24 12:06 ENC28J60\RTE\Device\STM32F103C8\system_stm32f10x.c
文件 470 2018-04-04 02:16 ENC28J60\RTE\RTE_Components.h
目录 0 2018-04-04 02:50 ENC28J60\Src\
文件 1062 2018-04-04 02:39 ENC28J60\Src\delay.c
文件 79 2018-04-03 22:52 ENC28J60\Src\delay.h
文件 2027 2018-04-04 02:40 ENC28J60\Src\emc28j60_uip.c
文件 13042 2018-04-04 02:40 ENC28J60\Src\ENC28J60.C
文件 10494 2018-04-04 02:25 ENC28J60\Src\ENC28J60.H
文件 813 2018-04-04 02:40 ENC28J60\Src\led.c
文件 41 2018-04-03 22:52 ENC28J60\Src\led.h
文件 10182 2018-04-04 02:50 ENC28J60\Src\main.c
文件 3058 2018-04-04 02:40 ENC28J60\Src\SPI.C
文件 162 2008-12-31 20:09 ENC28J60\Src\SPI.H
文件 4767 2018-04-04 02:29 ENC28J60\Src\stm32f10x_it.c
文件 853 2010-01-18 18:54 ENC28J60\Src\systick.h
文件 4538 2018-04-04 02:40 ENC28J60\Src\uart.c
文件 230 2018-04-03 22:51 ENC28J60\Src\uart.h
目录 0 2018-04-04 02:11 ENC28J60\uip\
文件 1873 2009-09-23 23:27 ENC28J60\uip\clock-arch.h
............此处省略41个文件信息
相关资源
- I2C读写AT24C02 基于STM32F103 cube116540
- 基于stm32f103ve的程序——跑马灯实验
- STM32f103超声波模块例程
- stm32f103c8t6 4 oled.rar
- STM32F103 串口程序(完整版)
- STM32F103定时器中断程序
- [免费]基于stm32f103ze 的OLED驱动代码
- STM32F103RBT6驱动UC1698控制芯片的160160黑
- STM32F103 DS18B20 V3.5.0固件库驱动程序工
- STM32F103 CC2500完整驱动(模拟SPI)
- SX1280.rar
- STM32F103C8T6+NRF24l01无线通信
- stm32f103.SchDoc
- STM32F103 USART+DMA
- 基于STM32F103C8单片机的晶联讯电子JL
- STM32F103实现OV7670摄像头显示
- STM32F103VCT6TR - High-density performance lin
- stm32f103 虚拟U盘,调试成功的
- 基于stm32F103vct6的SD卡FATFS文件系统移植
- STM32F103启动文件HD;MD
- 基于STM32F103的实时时钟程序,采用D
- STM32F103系列PWM输出应用之纸短情长音
- STM32F103移植FreeModbus实现modbus主机.zi
- 基于STM32F103C8T6的循迹避障小车完成
- 基于STM32+TM1638芯片的共阳极数码管驱
- stm32f103AES加密 cbc模式
- 中国移动 M5310 模组资料 DEMO 例程- S
- STM32F103移植rt-thread
- PCA9685驱动STM32F103
- stm32f103c8t6-max31865-pt100测温
评论
共有 条评论