One or more sections of your program falls into a memory region
that is not writable. These regions will not
actually be written to the target. Check your
linker configuration and/or memory map.
出现上述问题的原因是:在库链接文件中没有添加.cmd文件,添加后即可解决上述问题。