如果想将FLASH中的部分程序上电后加载到RAM中运行,是否只需修改语句memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);中RamfuncsLoadSize这个值即可??但是没有找到这个值到底在哪设置的,只有一个声明,如果要修改的话该如何修改呢?感谢各位前来指点!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
如果想将FLASH中的部分程序上电后加载到RAM中运行,是否只需修改语句memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);中RamfuncsLoadSize这个值即可??但是没有找到这个值到底在哪设置的,只有一个声明,如果要修改的话该如何修改呢?感谢各位前来指点!