搜索资源列表
MSP430单片机C语言编程中的退出睡眠问题
- MSP430在进入睡眠后,如果发生事件产生中断,那么单 片机会退出睡眠,自动执行中断程序,但是当中断返回时,主 程序又重新进入睡眠状态。如果要在发生中断后,主程序需 要退出睡眠,那么需要在中断程序中修改SP堆栈中的内容, C语言没有指令可以修改堆栈内的内容,可以采用C语言与 汇编语言混合编程的方法解决此问题。-MSP430 into sleep, and if events have disrupted, SCM will withdraw from sleep, inter
timer-interrupt
- 这在MSP430的定时中断程序。程序中有较为详细的中文解释。欢迎大家下载。-in MSP430 regularly interrupted proceedings. Procedures are more detailed explanation of the Chinese. Welcome to download.
MSP430-5-1
- 描述:MSP430框架程序。适用于MSP430F149,其他型号需要适当改变。 不使用的中断函数保留或者删除都可以,但保留时应确保不要打开不需要的中断。 保留中断函数,编译器将会为BSL密码填充所有的字节。-Descr iption : MSP430 framework procedures. MSP430F149 applicable to other models require appropriate changes. Do not use the interrupt func
interrupt
- msp430的3个常用中断模块,自己总结出的 献给初学者啊,
430key.rar
- MSP430非行列式按键程序,利用端口中断功能,实现防抖动等多种功能,MSP430 key non-determinant procedures, the use of the port interrupt function, the realization of a variety of functions such as防抖动
keyinterrupt
- msp430 中断方式4*4矩阵键盘扫描 结果有led显示-msp430 interrupt 4* 4 matrix keyboard scanning results led display
MSP430_Basic_sample_procedures
- 包含了msp430单片机上的ADC、定时器A、定时器B、基础时钟、看门狗的初始化及中断程序。基本示例程序-Msp430 on a single chip that contains the ADC, timer A, Timer B, basic clock, watchdog and interrupt the initialization process.
9X9
- MSP430 //示范使用三种不同时脉来源 // Enter LPM3 w/ interrupt /* Convert EOL to CR/LF */-MSP430 //示范使用三种不同时脉来源 // Enter LPM3 w/ interrupt /* Convert EOL to CR/LF*/
7-1
- MSP430系列单片机实用C语言程序设计定时中断程序-MSP430 Microcontroller C Programming Language utility timer interrupt program
IO_interrupt
- msp430单片机i/o口中断演示程序,i/o口多源中断的实现方法-msp430 microcontroller i/o port interrupt demo program, i/o port multi-source interrupt Implementation
MSP430_Uart0
- MSP430串口程序,串口接收与发送均用中断处理。当MSP430串口中断接收到PC机的指令后通过中断发送将数据发送出去。-MSP430 serial program, serial port receive and send all use interrupt handling. When the MSP430 serial receive interrupt instruction PC, adopted after the break to send the data sent.
qiantao
- MSP430关于中断嵌套和应用,新手必看的资料-MSP430 interrupt nesting and on the application of information Xinshoubikan
MSP430-1602
- 用MSP430实现键盘键入,中断,以及1602LCD显示-MSP430 achieve keyboard to type with, interrupt, and 1602LCD show
MSP430-NMI
- 详细介绍了MSP430的不可屏蔽中断,同时介绍了宝贵的开发经验。-Details of the MSP430' s non-maskable interrupt, also introduced a valuable development experience.
msp430-interrupt-button
- msp430的中断按键,利用按键中断进入相应中断程序-msp430 interrupt key, use key to break into the corresponding interrupt program
IO-Interrupt-by-key
- 用MSP430的板子实现IO口按键中断的源程序。-Board with MSP430 interrupt key to achieve the IO port of the source.
interrupt
- msp430上对p1口作为外部中断使用的例程-p1 port on msp430 interrupt routines used as an external
Msp430-interrupt-matrix-keyboard
- msp430单片机,用定时器和IO中断做的矩阵键盘输入,已经经过调试通过-msp430 microcontroller, to do with a timer interrupt and IO matrix keyboard input, has been debugged
Interrupt
- MSP430中断学习程序,开发工具为IAR,里面中断配置过程也很典型。-MSP430 interrupt learning process, development tools IAR, which interrupt the configuration process is also very typical.
Lab02-1 Interrupt
- TI公司的MSP430例程 Interrupt中断实验(TI's MSP430 routine Interrupt interruption experiment)