有人问过这个问题: “用串口中断接收比较好理解,只要接收缓存接收到数据,标志位就会置位,然后进入中断服务程序读取接收缓存中的数据,但是在发送时,应该是在数据发送出去之后发送标志位才会置位(我是msp430单片机),那么此时等数据发送出去之后进入中断又有什么意义呢?到底如何通过串口中断来发送数据呢?....
分类:
其他好文 时间:
2015-07-22 12:50:49
阅读次数:
202
一、内存问题
问题描述,报错:
program will not fit into available memory. placement with alignment fails for section ".cinit" size 0x132 Available memory ranges:...
分类:
其他好文 时间:
2015-06-04 17:11:25
阅读次数:
166
MSP430 FFT算法实现http://bbs.21ic.com/icview-391532-1-1.htmlhttp://blog.sina.com.cn/s/blog_6cd2030b01018fp8.htmlFFT算法的物理意义http://blog.csdn.net/hzn40748720...
分类:
编程语言 时间:
2015-05-30 18:02:58
阅读次数:
334
C语言例程:http://wenku.baidu.com/link?url=49JzNSvt3m0fRuf8SWTEM8yEw1yzqr4lBR-QbX8FddcmjTVYnDhuR97wB60HNf07lJmmXbYH6Z1TtleYAE7b1LH9gfvjEGjX01oXZM7CgRO电设工作小...
分类:
其他好文 时间:
2015-05-30 16:34:41
阅读次数:
130
MSP430F169 的DAC12 模块有2 个DAC 通道,并且可以用DAC12GRP控制位将多个DAC12通道组合起来,实现同步更新,硬件还能确保同步更新独立于任何中断或者NMI事件。DAC12模块特点:8位或12位分辨率可调、可编程时间对能量的损耗、可选内部或外部参考源、支持二进制原码和补码输...
分类:
其他好文 时间:
2015-05-22 18:33:54
阅读次数:
138
51,AVR,MSP430,PIC单片机的区别与联系
分类:
其他好文 时间:
2015-05-20 07:04:50
阅读次数:
148
JMP Jump unconditionallySyntax JMP labelOperation PC + 2 × offset ?> PCDescription The 10-bit signed offset contained in the instruction LSBs ...
分类:
其他好文 时间:
2015-05-20 00:14:23
阅读次数:
138
MOV[.W] Move source to destinationMOV.B Move source to destinationSyntax MOV src,dst or MOV.W src,dst MOV.B src,dstOperation ...
分类:
其他好文 时间:
2015-05-18 18:47:57
阅读次数:
104
Assembler Code Content of ROMMOV @R10+,0(R11) MOV @R10+,0(R11)Length: One or two wordsOperation: Move the contents of the source ad...
分类:
其他好文 时间:
2015-05-18 18:38:14
阅读次数:
224
CMP[.W] Compare source and destinationCMP.B Compare source and destinationSyntax CMP src,dst or CMP.W src,dst CMP.B src,dstOperatio...
分类:
其他好文 时间:
2015-05-18 18:05:46
阅读次数:
125