| | |
| | | #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 * |
| | | *******************************************************************************/ |
| | |
| | | * 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(); |
| | |
| | | else |
| | | { |
| | | l_eOTAType = OTA_TYPE_MUSIC; |
| | | flash_erase(FLASH_ID0, APP2_ADRESS, APP_CONFIG_APPLICATION_SIZE); |
| | | } |
| | | |
| | | /* 请求升级文件长度 */ |