stm32_lib_v3.5_gcc

时间:2015-01-11 05:29:43
【文件属性】:
文件名称:stm32_lib_v3.5_gcc
文件大小:253KB
文件格式:GZ
更新时间:2015-01-11 05:29:43
stm32 lib gcc v3.5 自己搭配的stm32库函数在gcc下的环境,Makefile是自己找的libopencm3的makefile修改版,启动代码和链接脚本是根据stm32官方库里的进行了一系列修改,目前在arm-none-eabi下编译通过,main函数自行修改,现完成PB9的闪烁
【文件预览】:
stm32f10x
----Makefile.in(1KB)
----misc.c(7KB)
----Makefile(61B)
----startup_stm32f10x_md.s(10KB)
----stm32f10x_flash.c(61KB)
----core_cm3.c(17KB)
----stm32f10x_fsmc.c(35KB)
----stm32f10x_spi.c(30KB)
----stm32f10x_tim.c(107KB)
----inc()
--------stm32f10x_wwdg.h(3KB)
--------stm32f10x_it.h(2KB)
--------stm32f10x_dac.h(15KB)
--------stm32f10x_sdio.h(21KB)
--------stm32f10x_spi.h(17KB)
--------stm32f10x_conf.h(3KB)
--------stm32f10x_adc.h(21KB)
--------system_stm32f10x.h(2KB)
--------stm32f10x_i2c.h(29KB)
--------stm32f10x_crc.h(2KB)
--------core_cm3.h(84KB)
--------stm32f10x_pwr.h(4KB)
--------stm32f10x_dma.h(20KB)
--------stm32f10x_exti.h(7KB)
--------stm32f10x_flash.h(25KB)
--------stm32f10x_usart.h(16KB)
--------stm32f10x_iwdg.h(4KB)
--------stm32f10x.h(619KB)
--------stm32f10x_rtc.h(4KB)
--------stm32f10x_bkp.h(7KB)
--------stm32f10x_can.h(27KB)
--------stm32f10x_cec.h(6KB)
--------stm32f10x_rcc.h(30KB)
--------stm32f10x_dbgmcu.h(4KB)
--------stm32f10x_fsmc.h(26KB)
--------stm32f10x_gpio.h(20KB)
--------misc.h(9KB)
--------stm32f10x_tim.h(51KB)
----stm32f10x_gpio.c(23KB)
----stm32f10x_dma.c(29KB)
----stm32f10x_dbgmcu.c(5KB)
----stm32f10x_sdio.c(28KB)
----stm32f10x_i2c.c(45KB)
----stm32f10x_it.c(4KB)
----stm32f10x_adc.c(46KB)
----stm32f10x_bkp.c(8KB)
----system_stm32f10x.c(36KB)
----stm32f10x_dac.c(19KB)
----stm32f10x_exti.c(7KB)
----stm32f10x_usart.c(37KB)
----stm32f10x_pwr.c(9KB)
----stm32f10x_iwdg.c(5KB)
----stm32f10x_rcc.c(50KB)
----stm32f10x_flash_extsram.ld(7KB)
----stm32f10x_cec.c(11KB)
----stm32f10x_can.c(44KB)
----startup()
--------iar()
--------arm()
--------TrueSTUDIO()
--------gcc_ride7()
----stm32f10x_rtc.c(8KB)
----stm32f10x_wwdg.c(6KB)
----stm32f10x_crc.c(3KB)
----main.c(733B)

网友评论

  • 对学习有帮助
  • 很不错,正在实践中