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.

28377d烧写flash

1.在control suite一些例程中,把程序烧写进flash的时候有memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);InitFlash();的程序,这是把哪些程序复制到ram运行?在flash中执行的程序需要多少个等待周期?

2.怎么把flash的程序,全局变量,常量全部拷进ram中运行?