登录
首页 » Others » STM32F103_uCLinux_BOOT

STM32F103_uCLinux_BOOT

于 2021-05-12 发布 文件大小:232KB
0 163
下载积分: 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 个回复

  • stm32驱动TFTLCD的一个程序
    说明:  stm32驱动TFTLCD的一个程序,带触摸功能,裸机实验(STM32 driver TFTLCD program, with touch function, bare machine experiment)
    2020-06-20 00:40:02下载
    积分:1
  • STM32pidPWM
    stm32pid运算,通过pwm占空比输出,可以控制温度,速度,倒立摆,平衡小车等。(stm32pid operation by pwm duty cycle output, it can control the temperature, velocity, pendulum, balance the car and so on. Make.)
    2016-08-27 18:48:01下载
    积分:1
  • HVDC_wind
    基于PSCAD软件环境下,利用HVDC Light输电方式下的风力发电系统仿真模型(Based on PSCAD software environment,the mode of the wind power system simulationusing using HVDC Light transmission. )
    2010-05-07 11:45:03下载
    积分:1
  • Electronic-funnel-Electronic-funnel
    一个自己来发的电子漏斗程序,希望有学习的有用(To send an electronic funnel their procedures in the hope of learning useful)
    2013-08-18 13:34:54下载
    积分:1
  • KEA驱动库
    恩智浦KEA驱动库,代码搬运,可以参考学习,仅供参考。(En Zhipu KEA driver library, code handling, you can refer to learn, for reference only.)
    2019-03-04 22:25:24下载
    积分:1
  • wifi_i2c_slave
    这是基于stm8s003芯片的 iic slave 模块程序.简单易懂,可以稳定地跑100k的标准iic。适合初学者学习。编译环境是stvd,编辑是sourceinsight。(This is iic slave module program based stm8s003 chips. Easy to understand, can stably run the standard iic 100k. Suitable for beginners to learn. Compiler environment is stvd, editing is sourceinsight.)
    2016-05-04 10:42:18下载
    积分:1
  • c8051f410spi
    C8051F410单片机通过spi控制RF芯片(C8051F410 MCU controls RF chip through SPI)
    2019-06-15 22:19:14下载
    积分:1
  • zhinengtaideng
    自己用51写的智能台灯项目,包含自动手动调节亮度,语音模块程序,自动光强检测控制led开启和关闭等(I used to write intelligent lamp 51 projects, including automatic and manual brightness adjustment, voice module program, automatic light intensity control led detect the opening and closing, etc.)
    2020-12-20 09:09:10下载
    积分:1
  • I2C
    基于单片SST89V58RD2的I2C程序开发。用C语言描述的(I2C-based monolithic SST89V58RD2 program development. Described using C language)
    2010-08-11 15:34:55下载
    积分:1
  • MYCAR1
    说明:  智能小车,基于STM32F103C8T6,PWM控制四路电机,包含寻迹,机械臂(MY CAR,is very good .I am from china ,please use my daima.)
    2021-01-10 20:29:41下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载