Description: it is a bootloader of c8051f340.
open it with keil.
after download its HEX file into target board. connet target s UART0 with PC s COM , config COM port as 115200-8-n-1, use Xmode to transmit file. then power on target.
File list (Check if you may need any files):
boot\app\main.c
....\app
....\boot.Opt
....\boot.plg
....\boot.Uv2
....\boot_Opt.Bak
....\boot_Uv2.Bak
....\drive\delay.c
....\.....\Delay.h
....\.....\flash.c
....\.....\flash.h
....\.....\init.c
....\.....\init.h
....\.....\interrupt.c
....\.....\STARTUP.A51
....\.....\stdio.c
....\.....\uart.c
....\.....\Uart.h
....\.....\xmode.c
....\.....\xmode.h
....\drive
....\groble\config.h
....\......\define.h
....\......\public.c
....\......\public.h
....\......\type.h
....\groble
....\lst\boot.m51
....\...\delay.lst
....\...\flash.lst
....\...\init.lst
....\...\interrupt.ls1
....\...\interrupt.lst
....\...\main.ls1
....\...\main.lst
....\...\public.lst
....\...\STARTUP.lst
....\...\stdio.lst
....\...\uart.lst
....\...\xmode.lst
....\lst
....\out\boot
....\...\boot.hex
....\...\boot.lnp
....\...\boot.plg
....\...\delay.obj
....\...\F350_FlashPrimitives.__i
....\...\F350_FlashUtils.__i
....\...\flash.obj
....\...\flash.SRC
....\...\flash._ia
....\...\g_variable.__i
....\...\init.obj
....\...\interrupt.OBJ
....\...\interrupt.SRC
....\...\interrupt._ia
....\...\interrupt.__i
....\...\main.OBJ
....\...\main.SRC
....\...\main._ia
....\...\main.__i
....\...\myio.__i
....\...\public.obj
....\...\STARTUP.obj
....\...\stdio.obj
....\...\uart.obj
....\...\xmode.obj
....\out
....\说明.txt
boot