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.

有没有可能固定_c_int00在flash中的位置?



我用的28377s,谢谢。

  • 搜了下之前关于_c_int00的帖子,按如下方法就可以实现

        BootAPI:
        {
            -l rts2800fpu32.lib<boot.obj>(.text BootFlash)
        }        >FLASHC    PAGE = 0

    但奇怪的是,如果lib文件名字是默认的rts2800_fpu32就没用,会出现没有相应section的warning,把名字改了就好了。