搜索资源列表
BSL
- 用于sst89x516(sst89x564)的Bootloader,使用超级终端用xmodem协议下载,(只支持bin文件的下载).在晶振为11.0592,未开双倍速的情况下,波特率为57600bps.在超级终端中长按 Z 键并对系统上电进入下载,否则500ms后跳转至block0中程序执行,可代替原SST中的BSL.可扩展实现远程升级-For sst89x516 (sst89x564) the Bootloader, use HyperTerminal to download using xm
pxa255
- pxa255,bootloaer ,从初始化中断到GPIO口,最后到跳转main函数。-pxa255, bootloaer, from the interruption to the GPIO port initialization, and finally to the main function of Jump.
FBSLo
- 用于sst89x516(sst89x564)的Bootloader,使用超级终端用xmodem协议下载,(只支持bin文件的下载).在晶振为11.0592,未开双倍速的的情况下,波特率为57600bps.在超级终端中长按 Z 键并对系统上电进入下载,否则500ms后跳转至block0中程序执行,可代替原SST中的BSL.可扩展实现远程升级 -For Bootloader of sst89x516 (sst89x564), using HyperTerminal with the xmodem
pointer-jump
- bootloader中检测试标志位决定启动哪个区域的代码 复制中断向量表并重新映射-pointer jump
my_bootloader
- arm中bootloader的编写,初始化硬件,把内核从NAND FLASH读到SDRAM,跳转执行内核-arm in writing the bootloader to initialize the hardware, the kernel reads from NAND FLASH SDRAM, set the "parameters to be passed to the kernel," jump execution cores
STM32F103boot
- STM32启动过程解析 1、 通过boot引脚设置可以将中断向量表定位于SRAM区,即起始地址为0x2000000,同时复位后PC指针位于0x2000000处; 2、 通过boot引脚设置可以将中断向量表定位于FLASH区,即起始地址为0x8000000,同时复位后PC指针位于0x8000000处; 3、 通过boot引脚设置可以将中断向量表定位于内置Bootloader区,本文不对这种情况做论述; &
STM32F103boot
- STM32启动过程解析 1、 通过boot引脚设置可以将中断向量表定位于SRAM区,即起始地址为0x2000000,同 时复位后PC指针位于0x2000000处; 2、 通过boot引脚设置可以将中断向量表定位于FLASH区,即起始地址为0x8000000,同 时复位后PC指针位于0x8000000处; 3、 通过boot引脚设置可以将中断向量表定位于内置Bootloader区,本文不对这种情况做 论述; 而Cortex-M3内核规定,起始地址必须存放堆
sizhou
- 四周飞行器控制原理代码。,参考Atmel 的TWI 例子修改的,执行的功能包括BootLoader 签名验证,上传代码的CRC16 校验验证,跳转到用户区等功能-Four weeks aircraft control theory code. Reference to examples of Atmel TWI modify, perform the functions including BootLoader signature verification, upload code CRC1
STM32F103NorFlash-Or-SRM-CodeExecute
- KEIL开发STM32F103程序,在片外NorFlash或者是SRAM中运行。 STM32F103有三种启动方式,但是都无法直接在NorFlash或者片外SRAM启动,因此需要BootLoader,然后再执行跳转。 附件里有三个文件夹,一个是BOOT,一个是NorFlash应用程序,一个是SRAM应用程序,都是采用KEIL3.8编译。 本次选用BootLoader放在片内Flash,启动后配置FSMC_SRAM、以及FSMC_NOR,然后执行跳转到片外运行。 -KEIL
iap-app
- 单片机avr如何实现IAP到APP用户程序的跳转介绍,如何定位bootloader区及该款芯片flash区的特点。-introduce microcpu avr how to realize IAP to APP jump and it s flash area(NRWW and RWW)
IAP-Bootloader-V1.0
- ,STM32F103实现APP和IAP程序IAP段通过串口终端更新APP程序-The STM32F103 APP and IAP block to jump back and forth through a memory value judgments, the IAP segment by the serial terminal to update the APP program.
boot
- The worlds second smallest bootloader. Set r0-r2, then jump to kernel.
OBD_Bootloader源程序_V1.0_2017.12.8
- 远程升级boot代码跳转部分,GPRS协议部分暂时不用理会,关键是BootLoader代码才是跳转部分,实现flash中A区,B区的切换(Remote upgrading boot code jump part, GPRS protocol part temporarily ignored, the key is BootLoader code is the jump part, realize Flash in A area, B area switch.)
stm32-bootloader
- stm32f0增加bootloader和env分区,env分区(a bootloader for stm32f0 series, update,upload or jump to the app with flag in env sector)