TMS470 Assembly Language Tools Errata

From Texas Instruments Embedded Processors Wiki

Jump to: navigation, search
Translate this page to   

Contents

Section 3.8.5 Predefined Symbolic Constants

In the predefined symbols table, these 3 symbols incorrectly contain 2 underscores and the end of the macros. The correct symbol names are:

Section 4.11 Directives Reference

.cdecls Share C Headers Between C and Assembly Code

In the example on page 79 listing an assembly source file using the .cdecls directive, there is an assembler syntax error on on this line:

.if $defined(WANT_ID)

The correct syntax for this line is:

.if $$defined(WANT_ID)

Section 7.8.8 Allocating an Archive Member to an Output Section

The syntax for allocating archived library members specifically inside of a SECTIONS directive is not correct in the documentation. The ONLY syntax allowed is:

[-l] library name <member1, member2, ...> [(input sections0}

As an example:

.rtstry > RAM
{
   -lrtsXX.lib (.text)
}
E2e.jpg For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article TMS470 Assembly Language Tools Errata here.
Hyperlink blue.png Links
ARM Microcontroller MCU ARM Processor Digital Media Processor Digital Signal Processing Microcontroller MCU Multi Core Processor
Ultra Low Power DSP 8 bit Microcontroller MCU 16 bit Microcontroller MCU 32 bit Microcontroller MCU

Leave a Comment
Personal tools
Namespaces
Variants
Actions
Navigation
Print/export
Toolbox