Hello. When I started my project years ago I had only rts2800_ml.lib and rts2800_fpu32.lib (compiler - c2000 v6.1.0).
Today when I edited my project options, I noticed in the list of libraries rts2800_ml.lib, rts2800_fpu32.lib, rts2800_ml_eabi.lib, rts2800_fpu32_eabi.lib and rts2800_fpu64_eabi.lib (compiler - c2000 v18.12.1.LTS).
I wanted to find detailed information about them but I couldn't. That's why I have questions:
1. What differences are among libraries rts2800_ml.lib and rts2800_ml_eabi.lib, rts2800_fpu32.lib and rts2800_fpu32_eabi.lib? What's better to use?
2. I found that rts2800_fpu64_eabi.lib supports 64-bit FPU hardware but I don't know microcontrollers that has 64-FPU in C2000 family. Can you tell me about them?
3. Can you provide me with links to a detailed description of the libraries, their differences and assignments?