NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

C2800 Assembly Language Tools Errata

From Texas Instruments Wiki
Jump to: navigation, search

Section 3.12 TMS320 C28x Assembler Modes[edit]

This statement regarding TMS320 C2xx (C2xlp) compatibility is incorrect:

"The --c2xlp_src_compatible option implies the -v28 (or --silicon_version=28) option. Therefore you do not need to specify -v28 explicitly."

You must use the -v28 switch with the --c2xlp_src_compatible switch to enable compatibility. This is necessary even if the .lp_amode directive is used in an assembly source file.

Section 4.13 Directives Reference[edit]

.c28_amode/.lp_amode Override Assembler Mode[edit]

It is necessary to use the -v28 and the --c2xlp_src_compatible switch in order to use the .lp_amode directive. In other words, this assembly source:

    .lp_amode
    mar *,ar1

will not assemble if the shell is invoked as:

   cl2000.exe file.asm
   "file.asm", ERROR!   at line 1: [E0002] Invalid directive for specified processor version
   .lp_amode

The source must be assembled as:

   cl2000.exe -v28 --c2xlp_src_compatble file.asm
   
   or
   
   cl2000.exe -v28 -m20 file.asm

Section 7.8.7 Allocating an Archive Member to an Output Section[edit]

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 {{
  1. switchcategory:MultiCore=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article C2800 Assembly Language Tools Errata here.

Keystone=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article C2800 Assembly Language Tools Errata here.

C2000=For technical support on the C2000 please post your questions on The C2000 Forum. Please post only comments about the article C2800 Assembly Language Tools Errata here. DaVinci=For technical support on DaVincoplease post your questions on The DaVinci Forum. Please post only comments about the article C2800 Assembly Language Tools Errata here. MSP430=For technical support on MSP430 please post your questions on The MSP430 Forum. Please post only comments about the article C2800 Assembly Language Tools Errata here. OMAP35x=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article C2800 Assembly Language Tools Errata here. OMAPL1=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article C2800 Assembly Language Tools Errata here. MAVRK=For technical support on MAVRK please post your questions on The MAVRK Toolbox Forum. Please post only comments about the article C2800 Assembly Language Tools Errata here. For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article C2800 Assembly Language Tools Errata here.

}}

Hyperlink blue.png Links

Amplifiers & Linear
Audio
Broadband RF/IF & Digital Radio
Clocks & Timers
Data Converters

DLP & MEMS
High-Reliability
Interface
Logic
Power Management

Processors

Switches & Multiplexers
Temperature Sensors & Control ICs
Wireless Connectivity