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.

CCS/MSP430F449: Code Composer Studio™ forum

Part Number: MSP430F449
Other Parts Discussed in Thread: MSPWARE, MSP430WARE

Tool/software: Code Composer Studio

I am porting a code from IAR MSP430 to CCS MSP430. The code has a bunch of assembly files which define IAR style start of program module

Example assembly code snippet:

#include "msp430.h"
NAME New_Module

I see in CCS user guide that A430 Directive (IAR) NAME or PROGRAM is not supported.

What are the alternatives to this? How do i port this?