在烧录时, 擦除占用的时间较多, 拖慢了调度速度.
一般FLASH较大 如果我们只用到了其中一个或两个,那么其余的段在烧录时就可以不用先执行擦除操作,这样节约了时间.
如下图,我已经勾选要用到的G H这两个段,按理说在LOAD时ABCDEF IJ都不会擦除,但我在rebulid工程后,再LOAD, 还是所有段再擦除一遍, 也就是设置未起作用
请问各位大佬 ,如何解决此问题?
先行谢过
CMD为默认配置,如下图
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.