简体   繁体   English

MSP430语法:汇编和C问题

[英]MSP430 Syntax: Assembly & C Questions

I am coding an msp430 using the code composer, my questions are below: 我正在使用代码编写器对msp430进行编码,我的问题如下:

--What specific assembly language does it use? -它使用什么特定的汇编语言?

(I am looking for a guide to learn the syntax but cannot find the name of the language.) (我正在寻找学习语法的指南,但找不到该语言的名称。)

--What is a list of addressable components on an embedded system called? -称为嵌入式系统的可寻址组件的列表是什么?

(I see them address components and im not sure where the names come from.) (我看到它们是地址组件,我不确定这些名称来自何处。)

The assembly language for the MSP430 is called MSP430 Assembly Language, and is documented in the MSP430 Assembly Language Tools User's Guide . MSP430的汇编语言称为MSP430汇编语言,并在《 MSP430汇编语言工具用户指南》中进行了说明

Every chip has its own combination of peripheral modules. 每个芯片都有自己的外围模块组合。 There is a family user's guide that describes in detail all modules that chips in a family could have, and a device-specific datasheet that describes which modules a particular chip actually has. 有一个家庭用户指南,详细介绍了一个家庭芯片中可能具有的所有模块,还有一个器件专用的数据手册,描述了特定芯片实际具有的模块。 For example, the MSP430G2553 web page links to the MSP430x2xx Family User's Guide and the MSP430G2553 datasheet . 例如, MSP430G2553网页链接到《 MSP430x2xx系列用户指南》和《 MSP430G2553数据表》 Each chip has its own header file (eg, <msp430g2553.h> ) that is automatically selected by <msp430.h> based on the compiler settings. 每个芯片都有自己的头文件(例如, <msp430g2553.h> ),该文件由<msp430.h>根据编译器设置自动选择。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM