20051015slac068

所属分类:单片机开发
开发工具:Asm
文件大小:166KB
下载次数:7
上传日期:2005-10-15 14:55:17
上 传 者ameng_free
说明:  我自己在别人基础上改写的MSP430F410_2部分的汇编代码,希望能对大家有所帮助
(myself in other people rewritten on the basis of the compilation MSP430F410_2 part of the code, we hope to help)

文件列表:
fet140_1.asm (1837, 2005-05-12)
fet140_adc12_01.asm (3157, 2005-05-12)
fet140_adc12_02.asm (2980, 2005-05-12)
fet140_adc12_03.asm (4761, 2005-05-12)
fet140_adc12_04.asm (3335, 2005-05-12)
fet140_adc12_05.asm (2802, 2005-05-12)
fet140_adc12_06.asm (5461, 2005-05-12)
fet140_adc12_07.asm (4206, 2005-05-12)
fet140_adc12_08.asm (4224, 2005-05-12)
fet140_adc12_09.asm (4537, 2005-05-12)
fet140_adc12_10.asm (7885, 2005-05-12)
fet140_clks.asm (2332, 2005-05-12)
fet140_dac12_01.asm (3347, 2005-05-12)
fet140_dac12_02.asm (3348, 2005-05-12)
fet140_dac12_03.asm (4202, 2005-05-12)
FET140_demolist_asm.txt (9698, 2005-05-18)
fet140_dma_01.asm (2585, 2005-05-12)
fet140_dma_02.asm (2408, 2005-05-12)
fet140_dma_03.asm (3440, 2005-05-12)
fet140_dma_04.asm (3854, 2005-05-12)
fet140_dma_05.asm (3256, 2005-05-12)
fet140_dma_06.asm (3259, 2005-05-12)
fet140_dma_07.asm (6233, 2005-05-12)
fet140_dma_08.asm (5105, 2005-05-12)
fet140_dma_09.asm (4433, 2005-05-12)
fet140_dma_10.asm (5206, 2005-05-12)
fet140_dma_11.asm (5012, 2005-05-12)
fet140_dma_12.asm (3808, 2005-05-12)
fet140_dma_13.asm (4456, 2005-05-13)
fet140_dma_14.asm (4670, 2005-05-13)
fet140_dma_15.asm (4430, 2005-05-13)
fet140_dma_16.asm (4695, 2005-05-13)
fet140_flashwrite_01.asm (3802, 2005-05-12)
fet140_fll_01.asm (5033, 2005-05-12)
fet140_fll_02.asm (5236, 2005-05-12)
fet140_hfxt2.asm (2550, 2005-05-12)
fet140_hfxtal.asm (2525, 2005-05-12)
fet140_hfxtal_nmi.asm (3546, 2005-05-12)
fet140_i2c_01.asm (3860, 2005-05-12)
fet140_i2c_02.asm (5127, 2005-05-13)
... ...

Readme File for MSP430 Code Examples ------------------------------------ The MSP430 code examples are provided for demonstration purposes only. The intent is to show how to use the various peripherals found on the MSP430. To avoid redundancy, registers were not configured unless necessary. Default values were used. Delay loops were ommitted in many cases. For instance, when enabling the ADC12's internal reference, one should allow 17 msec for it to settle to ensure the first sample is accurate. Always consult applicable datasheet when developing an application. Coding Style Guidelines for Assembly Code Examples -------------------------------------------------- 1. No line should exceed 80 characters. 2. Use MACROs provided in the MSP430 header file. 3. Labels start in column 1 and are 10 characters or less. 4. Instructions/DIRECTIVES start in column 13. 5. Instructions are lower case and DIRECTIVES are upper case. 6. Operands start in column 21. 7. Comments start in column 45, first word is capitalized. 8. For multi-line comments, additional lines are NOT capitalized. Examples: Column: 13 21 45 | | | Label in/DIR short_operand ; Comment Column: 13 21 45 | | | Label in/DIR this_operand_is_extra_long ; Comment Column: 13 21 45 | | | Label in/DIR this_operand_is_extra_long ; First line of comment ; additional comment line Use MACROs from MSP430 header file: StopWDT mov.w #WDTPW+WDTHOLD,&WDTCTL ; Stop Watchdog Timer Instead of hex values: StopWDT mov.w #05A80h,&0120h ; Stop Watchdog Timer Coding Style Guidelines for C Code Examples -------------------------------------------------- 1. No line should exceed 80 characters. 2. Use MACROs provided in the MSP430 header file. 3. Comments start in column 45, first word is capitalized. 4. For multi-line comments, additional lines are NOT capitalized. 5. Use two-space indentation

近期下载者

相关文件


收藏者