登录
首页 » C/C++ » DS3231_STM32_MDK

DS3231_STM32_MDK

于 2020-08-02 发布 文件大小:274KB
0 104
下载积分: 1 下载次数: 40

代码说明:

  基于STM32的DS3231参考工程 内含整个源码,工程为MDK的工程(DS3231 demo base on STM32)

文件列表:

DS3231_STM32_MDK
................\CORE
................\....\core_cm3.c,17273,2010-06-07
................\....\core_cm3.h,85714,2011-02-09
................\....\startup_stm32f10x_hd.s,15503,2011-03-10
................\....\stm32f10x.h,633941,2011-03-10
................\....\stm32f10x_conf.h,3272,2012-07-26
................\....\stm32f10x_it.c,2424,2015-05-13
................\....\stm32f10x_it.h,1983,2011-04-04
................\....\system_stm32f10x.c,36577,2013-02-26
................\....\system_stm32f10x.h,2085,2011-03-10
................\DRIVER
................\......\DS3231
................\......\......\DS3231.c,4523,2015-05-28
................\......\......\DS3231.h,1118,2015-05-28
................\......\IIC
................\......\...\IIC.c,2584,2015-05-26
................\......\...\IIC.h,992,2015-05-25
................\......\LED
................\......\...\LED.c,1448,2015-05-22
................\......\...\LED.h,203,2015-05-23
................\......\TIMER
................\......\.....\TIMER.c,1944,2015-05-24
................\......\.....\TIMER.h,102,2015-05-23
................\......\UART
................\......\....\usart.c,3747,2015-05-25
................\......\....\usart.h,437,2015-05-18
................\keilkill.bat,399,2011-05-09
................\OBJ
................\...\test.hex,28610,2015-05-28
................\STM32F10x_FWLib
................\...............\inc
................\...............\...\misc.h,8982,2011-03-10
................\...............\...\stm32f10x_adc.h,21690,2011-03-10
................\...............\...\stm32f10x_bkp.h,7555,2011-03-10
................\...............\...\stm32f10x_can.h,27559,2011-03-10
................\...............\...\stm32f10x_cec.h,6573,2011-03-10
................\...............\...\stm32f10x_crc.h,2162,2011-03-10
................\...............\...\stm32f10x_dac.h,15233,2011-03-10
................\...............\...\stm32f10x_dbgmcu.h,3818,2011-03-10
................\...............\...\stm32f10x_dma.h,20754,2011-03-10
................\...............\...\stm32f10x_exti.h,6824,2011-03-10
................\...............\...\stm32f10x_flash.h,25445,2011-03-10
................\...............\...\stm32f10x_fsmc.h,27016,2011-03-10
................\...............\...\stm32f10x_gpio.h,20175,2014-03-20
................\...............\...\stm32f10x_i2c.h,30029,2011-03-10
................\...............\...\stm32f10x_iwdg.h,3828,2011-03-10
................\...............\...\stm32f10x_pwr.h,4383,2011-03-10
................\...............\...\stm32f10x_rcc.h,30452,2011-03-10
................\...............\...\stm32f10x_rtc.h,3857,2011-03-10
................\...............\...\stm32f10x_sdio.h,21863,2011-03-10
................\...............\...\stm32f10x_spi.h,17725,2011-03-10
................\...............\...\stm32f10x_tim.h,52427,2011-03-10
................\...............\...\stm32f10x_usart.h,16548,2012-09-11
................\...............\...\stm32f10x_wwdg.h,2966,2011-03-10
................\...............\src
................\...............\...\misc.c,7376,2015-04-25
................\...............\...\stm32f10x_adc.c,47201,2011-03-10
................\...............\...\stm32f10x_bkp.c,8463,2011-03-10
................\...............\...\stm32f10x_can.c,45103,2011-03-10
................\...............\...\stm32f10x_cec.c,11656,2011-03-10
................\...............\...\stm32f10x_crc.c,3347,2011-03-10
................\...............\...\stm32f10x_dac.c,19087,2011-03-10
................\...............\...\stm32f10x_dbgmcu.c,5149,2011-03-10
................\...............\...\stm32f10x_dma.c,29607,2011-03-10
................\...............\...\stm32f10x_exti.c,6959,2011-03-10
................\...............\...\stm32f10x_flash.c,62551,2011-03-10
................\...............\...\stm32f10x_fsmc.c,35484,2011-03-10
................\...............\...\stm32f10x_gpio.c,23221,2011-03-11
................\...............\...\stm32f10x_i2c.c,45781,2011-03-10
................\...............\...\stm32f10x_iwdg.c,4916,2011-03-10
................\...............\...\stm32f10x_pwr.c,8759,2011-03-10
................\...............\...\stm32f10x_rcc.c,51271,2011-03-10
................\...............\...\stm32f10x_rtc.c,8598,2011-03-10
................\...............\...\stm32f10x_sdio.c,28933,2011-03-10
................\...............\...\stm32f10x_spi.c,30224,2011-03-10
................\...............\...\stm32f10x_tim.c,109159,2011-03-10
................\...............\...\stm32f10x_usart.c,38308,2011-03-10
................\...............\...\stm32f10x_wwdg.c,5735,2011-03-10
................\SYSTEM
................\......\SysCfg.c,165,2015-05-14
................\......\SysCfg.h,2142,2015-05-15
................\......\SysTick.c,3651,2015-05-21
................\......\SysTick.h,300,2015-05-21
................\USER
................\....\JLinkSettings.ini,650,2014-03-24
................\....\LIST
................\....\main.c,1931,2015-05-28
................\....\test.uvgui.willy,139407,2015-05-29
................\....\test.uvopt,22621,2015-05-29
................\....\test.uvproj,20111,2015-05-28

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 696518资源总数
  • 104271会员总数
  • 57今日下载