搜索资源列表
UART
- MSP430串口自动波特率识别(代码)。已在MSP430EP449中运行过。
Bootloader-for-MSP430
- MSP430F5438 的串口 Bootloader (非BSL下载方式),从串口下载,两线即可,类似STC的MCU。带原代码及说明文档,方便二次开发。-Bootloader for MSP430F5438,while it s not a BSL methed, This program download by Serial Comm, that means Two Wire download.seems like STC 51 MCU。 with a document,and the cod
MC430FU
- 关于MSP430单片机串口升级程序----串口升级引导程序 编译环境: IAR WE430 V4.1-On the MSP430 microcontroller serial port to upgrade the upgrade process---- bootstrap build environment: IAR WE430 V4.1
msp430update
- msp430单片机串口升级程序方案源代码-msp430 update
430f149_com-V0.02
- msp430串口程序,可以实现和PC机以及其他处理器的串口通信。-MSP430 program
code_uart(LPM1)
- msp430作为主控,实现温度采集并通过串口发送-msp430 as a master, and the acquisition of temperature and sent through the serial port
Msp430
- MSP430的软硬件C延时程序的设计、使用手册和串口编程-MSP430 hardware and software design of the C-delay procedure, the use of manual and serial programming
part-of-msp430f2618
- 好用的msp430f2618资料,包括温度测量并与电脑通过串口接收的程序-useful article on msp430
24c01
- msp430 单片机的 串口 ad e2prom AD5933芯片的使用-msp430 单片机的 串口 ad e2prom AD5933芯片的使用
i2c-2
- msp430 单片机的 串口 ad e2prom AD5933芯片的使用 i2c-msp430 单片机的 串口 ad e2prom AD5933芯片的使用
serial-port-communication
- MSP430单片机模拟串口发送,主要用定时器设置波特率,该文件包括源码和IAR程序-MSP430 microcontroller analog serial transmission, with a timer to set the baud rate, the file including the source and IAR program
main
- msp430串口程序,AVR测试通过。实现串口收发-msp430 serial procedures, the AVR test passed. Serial transceiver
ADandRS232
- 使用MSP430的AD与RS232,将AD采集回来的信号通过串口发送出去,并且取平均值,减少误差-Using MSP430 AD with RS232, AD sampling signal via a serial port sent back, and average, reduce the error
Msp430UartTXorRX
- 串口环形队列接收和发送程序,基于MSP430-Serial circular queue receive and transmit procedures, based on MSP430
FlashUpdate
- msp430实现串口远程升级,基于F149.-msp430 serial remote upgrade, based on F149.
USART_UART_Send
- MSP430串口发送,适合初学者使用。CPU是MSP430F149,外接晶振8M。Uart.c和Uart.h以后可在其他程序中直接调用-MSP430 serial transmission, suitable for beginners to use. CPU is MSP430F149, an external crystal 8M. Can be directly invoked in other programs after Uart.c and Uart.h
msp430
- MSPF149的UART向PC机的RS232串口发送字符串。 单片机UART以9600波特率,8个数据位,无校验位,1个停止位。单片机上电后连续向PC发送字符 串,利用串口调试助手可以显示发送的内容。需要发送其他英文会话可以改变Data[]数组内容。 -RS232 serial UART to send the string MSPF149 of the PC. Microcontroller UART to 9600 baud, 8 data bits, no p
msp430
- 1.机架是上一届准备国赛前买的,电机是空心杯(2000转/min) ,电池是11.1V的航模电池 2.采用2块msp430f149最小系统做飞控板,一块用来姿态控制,一块用来完成题目要求,两者之间通过串口通信 3.陀螺仪用的是MPU9150(九轴),自带有地磁传感器,不需要再加地磁传感器 4.数据融合是靠MPU9150的内部DMP处理输出(该部分程序时移植32单片机的,针对430的时钟频率对该部分程序做了一些调整) 5.姿态控制算法是PID-1 rack is the last
Lab 6 UART_RS232
- 基于MSP430f5529的串口程序,能在墨水版上输出(We will use USCI_Ax module with UART mode, Timer_A module, and TFT display. 1. Configure UART mode 2. Initialize E-ink screen (TFT) display 3. Configure Timer_A for interrupt Transmit one character through UART every o
MSP430F449例程
- 实现了时钟、定时器、AD、显示屏显示、串口通信等功能(The functions of clock, timer, AD, display and serial port communication are realized.)