SPRU514Z July 2001 – October 2023 SM320F28335-EP
These features are compiler utilities:
The library-build utility lets you custom-build object libraries from source for any combination of run-time models. For more information, see Section 8.5.
The C++ name demangler (dem2000 ) is a debugging aid that translates each mangled name it detects in compiler-generated assembly code, disassembly output, or compiler diagnostic messages to its original name found in the C++ source code. For more information, see Chapter 9.
For stand-alone embedded applications, the compiler has the ability to place all code and initialization data into ROM, allowing C/C++ code to run from reset. The COFF or ELF files output by the compiler can be converted to EPROM programmer data files by using the hex conversion utility, as described in the TMS320C28x Assembly Language Tools User's Guide.