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.
在F28069.cmd中,可不可以合并flash空间,例如改写成
MEMORY
{
PAGE 0 :
........................
FLASHH_ F : origin = 0x3D8000, length = 0x00C000;
}
SECTIONS
{
.............................
.text : > FLASHH_ F, PAGE = 0
}
这么写可以吗?