CopyApp2Mcu.h 661 B

1234567891011121314151617
  1. /**************************************************************************************
  2. CopyApp2Mcu
  3. ´ÓÍⲿFLASHÖп½±´APPµ½MCUÄÚ
  4. ***************************************************************************************/
  5. #ifndef __CopyApp2Mcu_H__
  6. #define __CopyApp2Mcu_H__
  7. /**********************************file begin*******************************************/
  8. #define EX_FLASH_SIZE (4*1024*1024)
  9. #define IN_FLASH_SIZE (128*1024)
  10. short CopyApp2Mcu(unsigned long ExAddr,unsigned long InAddr,unsigned long datalen,unsigned char *MD5);
  11. /**********************************file end*********************************************/
  12. #endif //end __CopyApp2Mcu_H__