Commit 992552cd authored by 张明扬's avatar 张明扬 🇨🇳

feat:修改文件起始地址

parent 82c58e4f
...@@ -18,8 +18,6 @@ User definitions ...@@ -18,8 +18,6 @@ User definitions
typedef unsigned short MD_STATUS; typedef unsigned short MD_STATUS;
#define HAS_BOOTLOADER (0u) // 仅仿真App时设置为0
#define APP_BASE (0x00008000ul)
/* Status list definition */ /* Status list definition */
#define MD_STATUSBASE (0x00U) #define MD_STATUSBASE (0x00U)
......
...@@ -17,6 +17,10 @@ User definitions ...@@ -17,6 +17,10 @@ User definitions
#ifndef __TYPEDEF__ #ifndef __TYPEDEF__
typedef unsigned short MD_STATUS; typedef unsigned short MD_STATUS;
#define HAS_BOOTLOADER (0u) // 仅仿真App时设置为0
#define APP_BASE (0x00008000ul)
/* Status list definition */ /* Status list definition */
#define MD_STATUSBASE (0x00U) #define MD_STATUSBASE (0x00U)
#define MD_OK (MD_STATUSBASE + 0x00U) /* register setting OK */ #define MD_OK (MD_STATUSBASE + 0x00U) /* register setting OK */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment