From 73bf3cdb517b55f662ed5fa513cdaaf55c1fd0c8 Mon Sep 17 00:00:00 2001
From: tao_z <tzj0429@163.com>
Date: Wed, 01 Jun 2022 23:51:43 +0800
Subject: [PATCH] Bootloader调试完成,可以正常烧录程序

---
 Application/source/fbl_ap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Application/source/fbl_ap.c b/Application/source/fbl_ap.c
index d8c94d2..d148ac8 100644
--- a/Application/source/fbl_ap.c
+++ b/Application/source/fbl_ap.c
@@ -2,7 +2,7 @@
 #include "fbl_def.h"
 #include "xl_nvic.h"
 #include <string.h>
-__IO uint8_t ProgramRequest[8] __attribute__((section(".noinit_bootReqFlag_ram")));
+__IO uint8_t ProgramRequest[8] __attribute__((section(".noinit_bootReqFlag")));
 // __IO uint32_t VectorTable[99] __attribute__((section(".RAMVectorTable")));
 
 void FblSetFblProgramRequestFlag(void)

--
Gitblit v1.8.0