hello
which software(keil-CCS-HALCOGEN) is better for programing tms570ls3137 and have more library ?
thank you.
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.
hello
which software(keil-CCS-HALCOGEN) is better for programing tms570ls3137 and have more library ?
thank you.
Hi,
when you are asking for that on the TI forum you will get a clear answer - TI products are your best choice ;-)
Use HalCoGen to generate a code skeleton and to create most of configured drivers. Then load such code into CCS and play with that ;-) HalCoGen is free (no license fee) as well as CCS with limited function just with XDS100v2 debug interface (quite slow, but enough for evaluation, at least).
You can also use open source GCC https://launchpad.net/gcc-arm-embedded
And amount of library - I think that many libraries are available free of charge (e.g. http://www.ti.com/tool/hercules-dsplib) and you can link libraries built by one compiler with your code built by other one - one premise is that you compile with the same binary interface - EABI in best case ;-)
Another point of view is whether you intend to build some critical safety applications which shall be certified by any SIL - then you may a have a look at e.g. IAR compiler.
Cheers, Jiri