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.

How to use " IAR to CCS ASM perl Script".

Hello,

My customer is going to import IAR s43 assemble file to CCS v6.1.1.

Usage is not known although "IAR to CCS ASM Perl Script" was found by wiki.

http://processors.wiki.ti.com/index.php/IAR_to_CCS_ASM_Perl_Script

If it carries out, how is an IAR assemble file convert to the CCS assemble file? 

Regards,

Hidetaka.

  • Hello Hidetaka,

    Are you asking how to run the Perl script or how the script actually goes about converting IAR .s43 to CCS .asm? The !readme.txt should have the name of the file you want to convert (.s43) and then from the iar2cce.pl Perl command line you will enter the device name and corresponding header name, which should be located in the same directory as the Perl files, for extracting device-specific information such as memory addresses and interrupt vector locations. Be warned that the Perl Script is quite old, the last release dating to 2010, so it has not been tested with the newest editions of IAR/CCS and may contain some bugs: www.ocf.berkeley.edu/.../

    More information regarding how assembly code is migrated from IAR to CCS can be found in Appendix C of SLAU157: www.ti.com/.../slau157aj.pdf

    Regards,
    Ryan

**Attention** This is a public forum