大家好;
我现在遇到了这样的问题,我需要指定“_c_int00”的地址,项目中采用了rts2800_ml.lib这个函数库,通过以下的方式指定Flash地址
BootAPI:
{
-lrts2800_ml.lib(.text BootFlash)
-lrts2800_ml.lib(.cinit BootFlash)
} > FLASHI PAGE = 0
这种方式在单独的Bootloader中指定地址有效。
目前我需要把Bootloader与项目的APP应用合并成一个项目。我使用上面的方式没法指定Flash地址。
processors.wiki.ti.com/.../Accessing_c_int00
这个文章中使用的方法我都试过,还是不行,请各位专家指导一下,万分感谢。