EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

How to include CStart code and customize it in MSP430F5xxx & IAR?

Started by josephleeinus April 19, 2010
can not find CStart code in IAR.
Thanks

Beginning Microcontrollers with the MSP430

The information you are seeking is in the MSP430 IAR C/C++ Compiler Reference Guide. UNFORTURNATELY, that Guide is not written in c. (Was that the problem? ;)

--- In m..., "josephleeinus" wrote:
>
> can not find CStart code in IAR.
> Thanks
>

On Mon, 19 Apr 2010 19:02:30 +0200, old_cow_yellow
wrote:

> The information you are seeking is in the MSP430 IAR C/C++ Compiler
> Reference Guide. UNFORTURNATELY, that Guide is not written in c. (Was
> that the problem? ;)

Also, searching for "CStart" in "IAR' will fail as, for starters, there is
no "C" in "IAR". Any such "find" operation is likely to fail, even with
regular expression matching.

--
Paul Curtis, Rowley Associates Ltd http://www.rowley.co.uk
CrossWorks V2 is out for LPC1700, LPC3100, LPC3200, SAM9, and more!
> --- In m..., "josephleeinus" wrote:
>>
>> can not find CStart code in IAR.
>> Thanks
>>

On 2010-04-19 18:13, josephleeinus wrote:
> can not find CStart code in IAR.

It's located at /430/src/lib/430/cstartup.s43

Copy the file, modify it and add the file to your project. You might
need to set some defines (see comments in file).

-- Anders Lindgren, IAR Systems
--
Disclaimer: Opinions expressed in this posting are strictly my own and
not necessarily those of my employer.


The 2024 Embedded Online Conference