码迷,mamicode.com
首页 > 其他好文 > 详细

MSP430之software development flow

时间:2015-05-12 20:57:49      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:

The following figure shows the MSP430 software development flow.

  1)  The shaded portion highlights the most common development path; the other portions are optional. 

  2)  The other portions are peripheral functions that enhance the development process.

 

 技术分享

  •  The C/C++ compiler accepts C/C++ source code and produces MSP430 machine code object modules.

  •  The assembler translates assembly language source files into machine language object modules.

  •  The linker combines object files into a single executable object module.

  •  The archiver allows you to collect a group of files into a single archive file, called a library.

  •  The library information archiver allows you to create an index library of several object file library variants.

  •  You can use the library-build utility to build your own customized run-time-support library.

  •  The hex conversion utility converts object files to TI-Tagged, ASCII-Hex, Intel, Motorola-S, or Tektronix object format.

  •  The absolute lister uses linked object files to create .abs files. 

  •  The cross-reference lister uses object files to produce a cross-reference listing showing symbols, their definition, and their references.

  •  The main product of this development process is a executable object file that can be executed in a MSP430 device.

MSP430之software development flow

标签:

原文地址:http://www.cnblogs.com/mengdie/p/4498329.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!