使用f28035运行到 memcpy(&Cla1funcsRunStart, &Cla1funcsLoadStart, (Uint32)&Cla1funcsLoadSize);程序卡住,暂停时指针指在图示位置
.map中的相关信息:
SECTION ALLOCATION MAP
output attributes/
section page origin length input sections
——– —- ———- ———- —————-
003f3362 00000003 rts2800_ml.lib : memcpy.obj (.text)
Module code initialized data uninitialized data
—— —- —————- ——————
memcpy.obj 3 0 0
不知怎样修改才能正常,烦请指导!不胜感激!谢谢!
Jason.h:
补充:MemCopy((Uint16*)&RamfuncsLoadStart, (Uint16*)&RamfuncsLoadEnd, (Uint16*)&RamfuncsRunStart);这个函数工作正常
使用f28035运行到 memcpy(&Cla1funcsRunStart, &Cla1funcsLoadStart, (Uint32)&Cla1funcsLoadSize);程序卡住,暂停时指针指在图示位置
.map中的相关信息:
SECTION ALLOCATION MAP
output attributes/
section page origin length input sections
——– —- ———- ———- —————-
003f3362 00000003 rts2800_ml.lib : memcpy.obj (.text)
Module code initialized data uninitialized data
—— —- —————- ——————
memcpy.obj 3 0 0
不知怎样修改才能正常,烦请指导!不胜感激!谢谢!
Jason.h:
cmd中文件定义:
Cla1Prog : LOAD = FLASHD, RUN = RAML3, LOAD_START(_Cla1funcsLoadStart), LOAD_END(_Cla1funcsLoadEnd), RUN_START(_Cla1funcsRunStart), LOAD_SIZE(_Cla1funcsLoadSize), PAGE = 0