rts2800_ml.lib和rts2800.lib对应,rts2800_ml.lib用的是大存储模式,在需要烧写FLASH时必须用这个库.
rts2800.lib:C/C++运行支持库;
rts2800_ml.lib C/C++大内存模式运行支持库.
rts2800_ml.lib中有大量浮点运算处理的函数而rts2800.lib没有
在指针的访问空间上有区别
rts2800.lib中库函数的指针为near,故不能访问3Fxxxx
rts2800_ml.lib可以访问
For C28x these libraries can be built:
· rts2800.lib (C/C++ run-time object library)
· rts2800_ml.lib (C/C++ large memory model run-time object library)
· rts2800_eh.lib (C/C++ run-time object library with exception handling support)
· rts2800_ml_eh.lib (C/C++ large memory model run-time object library with exception handling support)
· rts2800_fpu32.lib (C/C++ run-time object library for FPU targets)
· rts2800_fpu32_eh.lib (C/C++ run-time object library for FPU targets with exception handling support)