登录
首页 » Visual C++ » STM32F030-Demo

STM32F030-Demo

于 2013-12-25 发布 文件大小:259KB
0 150
下载积分: 1 下载次数: 391

代码说明:

  stm32f030工程源码,原子风格代码(stm32f030 project source code, atomic style code)

文件列表:

STM32F030-Demo
..............\CORE
..............\....\arm_common_tables.h,1120,2012-03-23
..............\....\arm_math.h,240326,2012-03-23
..............\....\core_cm0.h,31948,2012-03-23
..............\....\core_cmFunc.h,15691,2012-03-23
..............\....\core_cmInstr.h,16108,2012-03-23
..............\....\startup_stm32f0xx.s,10646,2012-03-23
..............\HARDWARE
..............\........\led.c,660,2013-12-22
..............\........\led.h,194,2013-12-22
..............\OBJ
..............\...\keilkill.bat,218,2013-12-22
..............\STM32F03x_FWLib
..............\...............\inc
..............\...............\...\stm32f0xx_adc.h,19520,2012-03-23
..............\...............\...\stm32f0xx_cec.h,12353,2012-03-23
..............\...............\...\stm32f0xx_comp.h,10385,2012-03-23
..............\...............\...\stm32f0xx_crc.h,3680,2012-03-23
..............\...............\...\stm32f0xx_dac.h,7138,2012-03-23
..............\...............\...\stm32f0xx_dbgmcu.h,3892,2012-03-23
..............\...............\...\stm32f0xx_dma.h,14207,2012-03-23
..............\...............\...\stm32f0xx_exti.h,8617,2012-03-23
..............\...............\...\stm32f0xx_flash.h,10957,2012-03-23
..............\...............\...\stm32f0xx_gpio.h,13174,2012-03-23
..............\...............\...\stm32f0xx_i2c.h,18136,2012-03-23
..............\...............\...\stm32f0xx_iwdg.h,4531,2012-03-23
..............\...............\...\stm32f0xx_misc.h,4413,2012-03-23
..............\...............\...\stm32f0xx_pwr.h,5909,2012-03-23
..............\...............\...\stm32f0xx_rcc.h,20615,2012-03-23
..............\...............\...\stm32f0xx_rtc.h,35039,2012-03-23
..............\...............\...\stm32f0xx_spi.h,22351,2012-03-23
..............\...............\...\stm32f0xx_syscfg.h,9166,2012-03-23
..............\...............\...\stm32f0xx_tim.h,51670,2012-03-23
..............\...............\...\stm32f0xx_usart.h,25538,2012-03-23
..............\...............\...\stm32f0xx_wwdg.h,3537,2012-03-23
..............\...............\src
..............\...............\...\stm32f0xx_adc.c,45756,2012-03-23
..............\...............\...\stm32f0xx_cec.c,24186,2012-03-23
..............\...............\...\stm32f0xx_comp.c,15551,2012-03-23
..............\...............\...\stm32f0xx_crc.c,8694,2012-03-23
..............\...............\...\stm32f0xx_dac.c,18920,2012-03-23
..............\...............\...\stm32f0xx_dbgmcu.c,6993,2012-03-23
..............\...............\...\stm32f0xx_dma.c,28501,2012-03-23
..............\...............\...\stm32f0xx_exti.c,10594,2012-03-23
..............\...............\...\stm32f0xx_flash.c,39421,2012-03-23
..............\...............\...\stm32f0xx_gpio.c,18137,2012-03-23
..............\...............\...\stm32f0xx_i2c.c,55138,2012-03-23
..............\...............\...\stm32f0xx_iwdg.c,10908,2012-03-23
..............\...............\...\stm32f0xx_misc.c,6145,2012-03-23
..............\...............\...\stm32f0xx_pwr.c,19605,2012-03-23
..............\...............\...\stm32f0xx_rcc.c,59425,2012-03-23
..............\...............\...\stm32f0xx_rtc.c,88637,2012-03-23
..............\...............\...\stm32f0xx_spi.c,50322,2012-03-23
..............\...............\...\stm32f0xx_syscfg.c,11523,2012-03-23
..............\...............\...\stm32f0xx_tim.c,123424,2012-03-23
..............\...............\...\stm32f0xx_usart.c,81131,2012-03-23
..............\...............\...\stm32f0xx_wwdg.c,10043,2012-03-23
..............\SYSTEM
..............\......\delay.c,1179,2013-12-22
..............\......\delay.h,154,2013-12-22
..............\User
..............\....\include.h,90,2013-12-22
..............\....\keilkill.bat,218,2013-12-22
..............\....\main.c,392,2013-12-22
..............\....\STM32F030Demo.uvproj,16774,2013-12-22
..............\....\stm32f0xx.h,241400,2012-03-23
..............\....\stm32f0xx_conf.h,3343,2013-12-21
..............\....\stm32f0xx_it.c,3752,2012-03-23
..............\....\stm32f0xx_it.h,2070,2012-03-23
..............\....\system_stm32f0xx.c,12412,2012-03-23
..............\....\system_stm32f0xx.h,2220,2012-03-23

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

发表评论

0 个回复

  • DMA-memory-to-USART
    STM32f103 DMA传输 实现内存数据到串口传输功能(STM32f103 DMA transfers data to the serial port to implement the memory transmission function)
    2013-05-26 09:01:34下载
    积分:1
  • how-to-select-ARM-chip
    ARM公司以及ARM芯片的现状和发展,从应用的角度介绍了ARM芯片的选择方法,并介绍了具有多芯核结构的ARM芯片。列举了目前的主要ARM芯片供应商,其产品以及应用领域。举例说明了几种嵌入式产品最佳ARM芯片选择方案。(ARM ARM chip companies and the current situation and development, from the application point of view on the ARM chip selection method, and describes the structure of multi-core ARM core chip. Lists the current main ARM chip suppliers, their products and applications. Several examples of the best ARM chip embedded options.)
    2011-01-26 21:04:44下载
    积分:1
  • Dual-serial-communication
    stm32 双串口通信 串口1对串口2的异步通信(stm32 Dual serial communication)
    2012-03-15 15:22:46下载
    积分:1
  • 2410(2)
    三星公司生产的2410芯片,中文手册第2章(Samsung s chip production in 2410, Chinese Manual Chapter 2)
    2007-12-13 14:30:48下载
    积分:1
  • STM32-sm900a
    stm32 sim900a 实现stm32拨打电话与接听电话(stm32 sim900a )
    2020-08-28 13:38:12下载
    积分:1
  • ourdev_633149TSVQDT
    RS422编程,单片机的源码RS422编程,单片机的源码,环境MDK。(RS422 programming, microcontroller source)
    2011-05-11 12:15:38下载
    积分:1
  • lcd
    tft 2.8 ili9325 430F5438 程序 代码 接口定义 (9325 430F5438 code interface definition)
    2011-06-27 20:37:43下载
    积分:1
  • 17_ADS8509
    用STM32写的ADS8509的驱动,究竟调试完全通过。(Written with STM32 ADS8509 driver)
    2020-11-01 10:39:54下载
    积分:1
  • lcd5110
    nokia 5110应用于stm32的程序,包含一系列函数(nokia 5110 used stm32 procedures, including a series of functions)
    2013-09-02 00:58:26下载
    积分:1
  • STM32--radio
    通过芯片STM32以实现一般录音机功能,详情可看内部文件(STM32 through the chip in order to achieve the general recorder function, the details to see internal documents)
    2013-07-10 09:21:53下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载