/************************************************************************************** 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__