登录
首页 » Others » STM32F103_uCLinux_BOOT

STM32F103_uCLinux_BOOT

于 2021-05-12 发布 文件大小:232KB
0 238
下载积分: 1 下载次数: 167

代码说明:

  STM3210E-EVAL官方开发板,主芯片STM32F103ZET6,支持ucLinux开发,官网也给出了开发套件。但是官网没有给出BOOT的源代码,只有HEX文件(根据推测该HEX文件时KEIL生成的)。看过UBOOT的启动后,了解了BOOT启动都干些什么事,我仿照UBOOT在KEIL软件下写功能超级简单的BOOT,就是完成外设的初始化,初始化控制器串口1,经过验证,可以跳转到内核,内核能够实现printf打印输出。(The Boot of STM32F103 uCLinux development)

文件列表:

STM32F103_uCLinux_BOOT
......................\JLinkArm_RSUController.ini,205,2012-06-11
......................\JLinkArm_uCOSDemo.ini,205,2009-03-09
......................\JLinkLog.txt,47324,2014-02-24
......................\JLinkSettings.ini,285,2010-11-03
......................\List
......................\Obj
......................\...\STM32F103_uCLinux_BOOT.plg,0,2014-03-22
......................\RSUController.BAT,3275,2014-02-24
......................\RSUController.Opt,5451,2014-03-22
......................\RSUController.Uv2,4841,2014-02-24
......................\RSUController_MyTarget.dep,11222,2014-03-22
......................\RSUController_Opt.Bak,5734,2014-02-24
......................\RSUController_RSUController.dep,39398,2014-02-24
......................\RSUController_Uv2.Bak,4851,2014-02-24
......................\Source
......................\......\BSP
......................\......\...\bsp.c,2999,2014-02-24
......................\......\...\bsp.h,3415,2013-12-27
......................\......\...\core_cm3.c,17206,2009-09-28
......................\......\...\core_cm3.h,46535,2011-05-24
......................\......\...\stm32f10x.h,32286,2010-12-09
......................\......\...\system_stm32f10x.c,30748,2014-01-15
......................\......\...\system_stm32f10x.h,1959,2010-11-09
......................\......\...\usart.c,2503,2014-02-21
......................\......\...\usart.h,1262,2014-02-21
......................\......\COMMON
......................\......\......\Inc
......................\......\......\...\fsmc_nor.h,4219,2014-02-21
......................\......\......\...\fsmc_sram.h,1792,2012-04-16
......................\......\......\...\header.h,665,2014-02-21
......................\......\......\...\includes.h,1809,2014-02-24
......................\......\......\...\integer.h,756,2011-08-17
......................\......\......\...\setup.h,6587,2014-02-24
......................\......\......\...\stm32f10x_conf.h,6404,2010-11-10
......................\......\......\...\stm32f10x_it.h,3967,2008-05-29
......................\......\......\...\variable.h,3390,2012-08-07
......................\......\......\Src
......................\......\......\...\fsmc_nor.c,11589,2014-02-24
......................\......\......\...\fsmc_sram.c,7695,2012-04-16
......................\......\......\...\main.c,2242,2014-02-24
......................\......\......\...\setup.c,2425,2013-12-30
......................\......\......\...\stm32f10x_it.c,29630,2014-02-21
......................\......\FWLib
......................\......\.....\inc
......................\......\.....\...\cortexm3_macro.h,2220,2010-11-05
......................\......\.....\...\stm32f10x_adc.h,18854,2008-09-23
......................\......\.....\...\stm32f10x_bkp.h,6911,2008-09-23
......................\......\.....\...\stm32f10x_can.h,12279,2008-09-23
......................\......\.....\...\stm32f10x_crc.h,1881,2008-09-23
......................\......\.....\...\stm32f10x_dac.h,9598,2008-09-23
......................\......\.....\...\stm32f10x_dbgmcu.h,2859,2008-09-23
......................\......\.....\...\stm32f10x_dma.h,17974,2008-09-23
......................\......\.....\...\stm32f10x_exti.h,5776,2008-09-23
......................\......\.....\...\stm32f10x_flash.h,14015,2011-02-17
......................\......\.....\...\stm32f10x_fsmc.h,19041,2008-09-23
......................\......\.....\...\stm32f10x_gpio.h,14820,2008-09-23
......................\......\.....\...\stm32f10x_i2c.h,16213,2008-09-23
......................\......\.....\...\stm32f10x_iwdg.h,3414,2008-09-23
......................\......\.....\...\stm32f10x_lib.h,3200,2008-09-23
......................\......\.....\...\stm32f10x_map.h,28290,2011-05-24
......................\......\.....\...\stm32f10x_nvic.h,19292,2009-10-14
......................\......\.....\...\stm32f10x_pwr.h,3865,2008-09-23
......................\......\.....\...\stm32f10x_rcc.h,27218,2010-12-09
......................\......\.....\...\stm32f10x_rtc.h,3619,2008-09-23
......................\......\.....\...\stm32f10x_sdio.h,18326,2008-09-23
......................\......\.....\...\stm32f10x_spi.h,13782,2011-02-21
......................\......\.....\...\stm32f10x_systick.h,3212,2008-09-23
......................\......\.....\...\stm32f10x_tim.h,47203,2011-01-05
......................\......\.....\...\stm32f10x_type.h,3388,2010-11-08
......................\......\.....\...\stm32f10x_usart.h,14395,2008-09-23
......................\......\.....\...\stm32f10x_wwdg.h,2620,2008-09-23
......................\......\.....\src
......................\......\.....\...\stm32f10x_adc.c,58563,2008-09-23
......................\......\.....\...\stm32f10x_bkp.c,11170,2009-03-04
......................\......\.....\...\stm32f10x_can.c,32076,2010-11-05
......................\......\.....\...\stm32f10x_crc.c,4615,2008-09-23
......................\......\.....\...\stm32f10x_dac.c,17175,2008-09-23
......................\......\.....\...\stm32f10x_dbgmcu.c,5222,2008-09-23
......................\......\.....\...\stm32f10x_dma.c,33291,2008-09-23
......................\......\.....\...\stm32f10x_exti.c,8742,2008-09-23
......................\......\.....\...\stm32f10x_flash.c,32688,2011-02-17
......................\......\.....\...\stm32f10x_fsmc.c,41592,2008-09-23
......................\......\.....\...\stm32f10x_gpio.c,22512,2012-04-16
......................\......\.....\...\stm32f10x_i2c.c,46801,2008-09-23
......................\......\.....\...\stm32f10x_iwdg.c,6431,2008-09-23
......................\......\.....\...\stm32f10x_lib.c,9154,2008-09-23
......................\......\.....\...\stm32f10x_nvic.c,28776,2008-09-23
......................\......\.....\...\stm32f10x_pwr.c,11198,2008-09-23
......................\......\.....\...\stm32f10x_rcc.c,43751,2012-07-13
......................\......\.....\...\stm32f10x_rtc.c,12125,2012-05-14
......................\......\.....\...\stm32f10x_sdio.c,39336,2008-09-23
......................\......\.....\...\stm32f10x_spi.c,34808,2011-02-21
......................\......\.....\...\stm32f10x_systick.c,6993,2008-09-23
......................\......\.....\...\stm32f10x_tim.c,130901,2012-07-16
......................\......\.....\...\stm32f10x_usart.c,43220,2012-07-20
......................\......\.....\...\stm32f10x_wwdg.c,7716,2008-09-23
......................\......\Startup
......................\......\.......\cortexm3_macro.s,10308,2008-09-21
......................\......\.......\stm32f10x_startup.s,11198,2014-02-24

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

发表评论

0 个回复

  • opc_uaclient_code_v10
    西门子OPC-UA通讯示例程序,可以实现与西门子CNC等的通讯,源码可二次开发(Siemens OPC communication sample program)
    2020-12-08 14:19:22下载
    积分:1
  • CAN-ZLG
    基于周立功CAN的上位机软件,可以实现对CAN的打开,波特率设置,滤波设置,消息发送,消息接受等等。亲测可用。完全可以作为二次开发的资料。(Based ZLG CAN PC software can be achieved on the open CAN baud rate settings, filter settings, the message is sent, the message to accept more. Pro-test available. Can be used as secondary development information.)
    2021-04-28 14:28:43下载
    积分:1
  • mean_from_rms
    converting rms value to mean value in pscad.
    2014-07-20 10:55:20下载
    积分:1
  • 28. 红外遥控实验
    说明:  该程序能够用库函数简洁的实现红外遥控的实验(The program can succinctly realize infrared remote control experiment with library function.)
    2019-05-20 20:22:45下载
    积分:1
  • Client
    本文以霍尔茨(HOLZER)法作为船舶轴系扭转振动的计算方法,着重研究了船舶轴系自由扭振的计算与分析,并对轴系扭振产生原因进行了分析,提出了一系列减振方法,以保证船舶动力装置的安全正常运行。(In this paper, Holtz (HOLZER) Act as the ship shafting torsional vibration calculation methods, focusing on the calculation and analysis of ship shafting torsional vibration of freedom, and the shaft torsional vibration causes analyzed, proposed a series of less vibration methods to ensure the safety of the ship s power plant running.)
    2014-07-23 10:04:16下载
    积分:1
  • 10GenericMFC
    电子时钟程序,通过VC++编程,实现电子时钟程序,方便编程爱好者交流学习。(Electronic clock procedures, through VC++ programming, electronic clock procedures to facilitate the exchange of learning programming enthusiasts.)
    2013-07-11 14:29:17下载
    积分:1
  • PGM-120117
    以stc89c58为控制器,外围包括IIC,12864,蜂鸣器,AD模块(In stc89c58 for the controller, a peripheral including IIC, 12864, buzzer, AD module)
    2013-10-09 17:10:35下载
    积分:1
  • Semi-active-fuzzy-control-for-seismic-response-re
    Semi-active fuzzy control for seismic response reduction
    2015-05-02 16:03:50下载
    积分:1
  • capacity
    capacity log added for refernces
    2016-04-24 11:58:19下载
    积分:1
  • XIYIJJI
    51MCU简单洗衣机控制电路,带PROTUES仿真文件(51MCU simple washing machine control circuit simulation files with PROTUES)
    2011-12-01 11:41:19下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载