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.

2812 代码搬移



如题,之前将代码固化到FLASH中程序没有达到预期的效果,所以考虑将代码在搬移到RAM中执行(全部搬移),效果是达到了,但是在编译的过程中,出现了一个问题,编译完成后提示   >> warning: load address of uninitialized section .const ignored       为什么会提示未初始化段呢,请解答一下,谢谢了,