登录
首页 » LabView » MSP430DATASHEET

MSP430DATASHEET

于 2014-06-14 发布 文件大小:1778KB
0 134
下载积分: 1 下载次数: 4

代码说明:

  MSP430系列单片机是美国德州仪器(TI)1996年开始推向市场的一种16位超低MSP430单片机功耗、具有精简指令集(RISC)的混合信号处理器(Mixed Signal Processor)。称之为混合信号处理器,是由于其针对实际应用需求,将多个不同功能的模拟电路、数字电路模块和微处理器集成在一个芯片上,以提供“单片机”解决方案。该系列单片机多应用于需要电池供电的便携式仪器仪表中。(Texas Instruments MSP430 MCU is (TI) 1996 began to market a 16-bit ultra-low-power MSP430 microcontroller with a reduced instruction set (RISC) mixed-signal processor (Mixed Signal Processor). Called mixed-signal processors, due to its demand for practical application, the plurality of different functional analog circuit, digital circuit modules and integrated on a single chip microprocessor, to provide a "single-chip" solution. The family of microcontrollers and more applications that require battery-powered portable instrumentation.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 24C01-24C25
    这是24C0X-24C256共9种EEPROM的归一化读写C程序.(- 24C256 a total of nine species of EEPROM read and write to one of the C program.)
    2006-12-12 10:54:03下载
    积分:1
  • STM8S_modbus
    说明:  freemodbus移植到stm8s103(freemodbus slave port to stm8s103)
    2020-10-02 21:07:40下载
    积分:1
  • 8
    说明:  电子标签读写器程序(示例类源程序,具有较好的参考作用)(RFID reader program (sample type source, has a good reference))
    2008-02-24 01:11:27下载
    积分:1
  • Pareto-Chart-Cp23-Winform
    WPF第三方DynamicDataDisplay组件的一个Sample。( Sample WPF DynamicDataDisplay a third-party components.)
    2016-09-03 21:43:45下载
    积分:1
  • ip28-berr
    ip28-berr.c: Bus error handling.
    2015-06-15 14:22:40下载
    积分:1
  • MFGTI
    具有电能质量补偿和新能源并网功能的多功能并网逆变器及其在微电网电能质量定制中的应用,并网逆变器和微电网的PSCAD仿真源文件。(PSCAD source for the grid-connected inverter with power quality enhancement functionality, which is paid great expectation for micro-grid application. This file includes the micro-grid model and grid-tied model in PSCAD/EMTDC condtiion.)
    2013-06-11 20:24:57下载
    积分:1
  • 实验9 PWM输出实验
    STM32 OLED 驱动单片机PWM波(STM32 OLED driver PWM WAVE WAVE)
    2020-06-18 08:40:01下载
    积分:1
  • Uart_receive
    STM32F4系列串口接收函数,,程序已测试通过。(void USART1_IRQHandler(void) //串口1中断服务程序 { u8 Res #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntEnter() #endif if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收到的数据必须是0x0d 0x0a结尾) { Res =USART_ReceiveData(USART1) //(USART1->DR) //读取接收到的数据 if((USART_RX_STA&0x8000)==0)//接收未完成 { if(USART_RX_STA&0x4000)//接收到了0x0d { if(Res!=0x0a) USART_RX_STA=0 //接收错误,重新开始 else USART_RX_STA|=0x8000 //接收完成了 } else //还没收到0X0D { if(Res==0x0d)USART_RX_STA|=0x4000 else { USART_RX_BUF[USART_RX_STA&0X3FFF]=Res USART_RX_STA++ if(USART_RX_STA>(USART_REC_LEN-1))USART_RX_STA=0 //接收数据错误,重新开始接收 } } } } #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntExit() #endif } )
    2016-01-21 17:04:30下载
    积分:1
  • timer
    时钟的应用源代码,可以让初次设计有关定时操作的人员借鉴。 (Clock application source code, allowing designers about the timing of the initial operation of reference.)
    2014-01-20 15:55:52下载
    积分:1
  • robot
    超声波测距,测量精度为1cm,可以使机器人安全避障。(Ultrasonic distance measurement accuracy of 1cm, can make the robot obstacle avoidance safety.)
    2013-11-13 10:35:13下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载