| 1234567891011121314151617 |
- /**************************************************************************************
- CopyApp2Mcu
- ´ÓÍⲿFLASHÖп½±´APPµ½MCUÄÚ
- ***************************************************************************************/
- #ifndef __CopyApp2Mcu_H__
- #define __CopyApp2Mcu_H__
- /**********************************file begin*******************************************/
- #define EX_FLASH_SIZE (4*1024*1024)
- #define IN_FLASH_SIZE (128*1024)
- short CopyApp2Mcu(unsigned long ExAddr,unsigned long InAddr,unsigned long datalen,unsigned char *MD5);
- /**********************************file end*********************************************/
- #endif //end __CopyApp2Mcu_H__
|