-
大小: 505KB文件類型: .rar金幣: 1下載: 0 次發布日期: 2021-01-10
- 語言: C#
- 標簽: STM8??BootLoader??
資源簡介
STM8自制BootLoader例程,包含BootLoader源代碼,一個APP應用程序,一個winform寫的串口升級軟件
代碼片段和文件信息
///重定向App中的中斷向量?給Bootloader提供1K的空間
///起始地址為:?0x8000?+1024?=?0x8400
//__root?const?long?reintvec[]@“.intvec“=
//{???
//????0x820080800x820084040x820084080x8200840c
//????0x820084100x820084140x820084180x8200841c
//????0x820084200x820084240x820084280x8200842c
//????0x820084300x820084340x820084380x8200843c
//????0x820084400x820084440x820084480x8200844c
//????0x820084500x820084540x820084580x8200845c
//????0x820084600x820084640x820084680x8200846c
//????0x820084700x820084740x820084780x8200847c
//};?
#include?
#include?“iostm8s003F3.h“
/************************常用數據類型定義*************************/
#define?u8??uint8_t
#define?u16?uint16_t
#define?u32?uint32_t
typedef?unsigned?char????uint8_t;
typedef?unsigned?short???uint16_t;
typedef?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2152??2017-09-30?17:24??Boot2\Boot2.dep
?????文件??????12636??2017-08-21?18:32??Boot2\Boot2.ewd
?????文件??????43764??2017-08-22?14:14??Boot2\Boot2.ewp
?????文件????????159??2017-08-21?18:32??Boot2\Boot2.eww
?????文件????????941??2017-08-22?16:30??Boot2\Debug\Exe\Boot2.bin
?????文件???????2546??2017-08-22?14:02??Boot2\Debug\Exe\Boot2.hex
?????文件??????34332??2017-08-22?16:30??Boot2\Debug\Exe\templproj.out
?????文件??????14709??2017-08-22?16:30??Boot2\Debug\List\templproj.map
?????文件?????204117??2017-09-30?14:30??Boot2\Debug\Obj\Boot2.pbd
?????文件?????204117??2017-09-30?14:30??Boot2\Debug\Obj\Boot2.pbd.browse
?????文件??????32055??2017-08-22?16:30??Boot2\Debug\Obj\main.o
?????文件?????204127??2017-08-22?16:30??Boot2\Debug\Obj\main.pbi
?????文件???????9907??2017-08-22?16:30??Boot2\Debug\Obj\main.pbi.cout
?????文件???????5874??2017-08-22?16:30??Boot2\main.c
?????文件???????3739??2017-09-30?17:24??Boot2\settings\Boot2.dbgdt
?????文件???????1710??2017-09-30?14:30??Boot2\settings\Boot2.Debug.cspy.bat
?????文件????????147??2017-09-30?14:30??Boot2\settings\Boot2.Debug.driver.xcl
?????文件????????315??2017-09-30?14:30??Boot2\settings\Boot2.Debug.general.xcl
?????文件????????933??2017-09-30?17:24??Boot2\settings\Boot2.dni
?????文件???????2737??2017-09-30?17:24??Boot2\settings\Boot2.wsdt
?????文件?????????50??2017-09-30?17:24??Boot2\settings\Boot2.wspos
?????文件????????187??2017-07-21?16:02??STM8BootLoader\STM8BootLoader\App.config
?????文件??????21329??2017-08-22?16:40??STM8BootLoader\STM8BootLoader\Form1.cs
?????文件???????9630??2017-08-22?16:40??STM8BootLoader\STM8BootLoader\Form1.Designer.cs
?????文件??????38167??2017-08-22?16:40??STM8BootLoader\STM8BootLoader\Form1.resx
?????文件????????533??2017-07-21?16:02??STM8BootLoader\STM8BootLoader\Program.cs
?????文件???????1432??2017-07-21?16:02??STM8BootLoader\STM8BootLoader\Properties\AssemblyInfo.cs
?????文件???????3236??2017-07-24?15:52??STM8BootLoader\STM8BootLoader\Properties\Resources.Designer.cs
?????文件???????6189??2017-07-24?15:52??STM8BootLoader\STM8BootLoader\Properties\Resources.resx
?????文件???????1097??2017-07-21?16:02??STM8BootLoader\STM8BootLoader\Properties\Settings.Designer.cs
............此處省略47個文件信息
評論
共有 條評論