yincheng.zhong
18 小时以前 81c6eacbe89801592f01f0e573b72d8547e3867b
keil/include/src/OTA.c
@@ -27,7 +27,7 @@
#define MAX_REQUEST_SIZE                    (5 * 1024)
#define APP2_ADRESS 0x0402f000
//#define APP_SIZE 0x04080000-APP2_ADRESS
#define APP_CONFIG_APPLICATION_SIZE                         0x19000          //4K对齐
#define APP_CONFIG_APPLICATION_SIZE                         0x20000          //4K对齐
/*******************************************************************************
 *                             Type Definition                                 *
 *******************************************************************************/
@@ -259,7 +259,7 @@
 * Author            : www.hido-studio.com
 * Modified Date:    : 2020年9月13日
 *******************************************************************************/
static HIDO_INT32 OTA_Failed(void)
HIDO_INT32 OTA_Failed(void)
{
    uint16_t tmp = 0xFFFF;
    __disable_irq();
@@ -364,6 +364,7 @@
    else
    {
        l_eOTAType = OTA_TYPE_MUSIC;
        flash_erase(FLASH_ID0, APP2_ADRESS, APP_CONFIG_APPLICATION_SIZE);
    }
    /* 请求升级文件长度 */