资源列表
[微处理器(ARM/PowerPC等)] msp430x24x_flashwrite_01
说明:msp430f249 写Flash程序代码~-msp430f249 write Flash program code<qq> 在 2025-06-05 上传 | 大小:3kb | 下载:0
[微处理器(ARM/PowerPC等)] msp430x24x_wdt_02
说明:msp430f249 wdt看门狗示例程序代码-msp430f249 wdt watchdog example program code<qq> 在 2025-06-05 上传 | 大小:3kb | 下载:0
[单片机(51,AVR,MSP430等)] DS1302
说明:AVR 128平台下编译的DS1302驱动代码,标准的C编写,方便移植-DS1302 driver code compiled under the AVR 128 platform, written in standard C, easy to transplant<言然> 在 2025-06-05 上传 | 大小:3kb | 下载:0
[单片机(51,AVR,MSP430等)] c8051f410_flash_UART_DAC
说明:使用c8051f410的串口控制da输出电流值,并使用内部flash保存当前的电流值。-that is a product used DAC UART FLASH of c8051f410.it runed ok on the real product。<yanbo> 在 2025-06-05 上传 | 大小:3kb | 下载:0
[单片机(51,AVR,MSP430等)] The-traffic-lights-C-program
说明:基于51单片机交通灯C程序设计,包括时间设定,夜间模式等。-51 MCU traffic light based on C programming, including setting time, night mode etc..<张龙江> 在 2025-06-05 上传 | 大小:3kb | 下载:0
[VHDL编程] UART-Verilog-source
说明:Verilog编写UART串口例程,实现FPGA与上位机串口通信,利用ASCII码进行大小写转换,在Xilinx Virtex-5开发板测试通过-UART serial routines written in Verilog, FPGA serial communication with the host computer using the ASCII code case conversion, in the Xilinx Virtex-5 development board test<charley> 在 2025-06-05 上传 | 大小:3kb | 下载:0
[VHDL编程] Digital-display
说明:数码管显示实现代码 共阳极显示 从0-F十六进制显示-Digital display implementation code Common anode display From 0-F hexadecimal display<123456789> 在 2025-06-05 上传 | 大小:3kb | 下载:0
[微处理器(ARM/PowerPC等)] ModBusStm32
说明:Try the service. I have no the interisting the files, but i need the stm32f10x dsp libriry. This is the modbus libriry.<Alex> 在 2025-06-05 上传 | 大小:3kb | 下载:0
[单片机(51,AVR,MSP430等)] jisuanqi
说明:此多功能计算器具有简单加减乘除运算,求logX,lnX,x的y次方,连续加减 乘除运算,除数为 0 显示错误1:"E1";数据位数超过8位时,显示错误2:"E2";需要保留3位小数时,如果结果的整数部分超过能显示的位数,显示错 误3:"E3"等一些功能。 -This multi-function calculator with simple arithmetic operations, seeking logX, y th lnX, x, and successive subtracti<李先生> 在 2025-06-05 上传 | 大小:3kb | 下载:0
[其他嵌入式/单片机内容] LUT_C
说明:查找表(Look-Up-Table)简称为LUT,LUT本质上就是一个RAM。它把数据事先写入RAM后,每当输入一个信号就等于输入一个地址进行查表,找出地址对应的内容,然后输出。本程序是LUT的C语言实现。-Lookup Table (Look-Up-Table) referred to as LUT, LUT is essentially a RAM. After which the data prior written RAM, whenever the input signal is eq<王润生> 在 2025-06-05 上传 | 大小:3kb | 下载:0
[嵌入式Linux] sunxi-gpio
说明:sunxi 控制 GPIO 源码,点亮LED。-sunxi control GPIO<张显> 在 2025-06-05 上传 | 大小:3kb | 下载:0
[单片机(51,AVR,MSP430等)] include
说明:1)设置3个变量,假如A,B,C,其中A在主程序里循环计数,计数间隔为1秒左右(不需要很精确),从0-9循环计数;B在外部中断0程序中计数,计数间隔为1秒左右(不需要很精确),从0计数到9,中断退出;C在外部中断2程序中计数,计数间隔为1秒左右(不需要很精确),从0计数到9,中断退出;外部中断0,1采用下降沿触发,通过按键触发。为了便于观察,P1连接到数码管,P2.0-P2.2对应A,B,C计数选通,每计数一次,将变量输出到数码管上,即在主程序里显示数码管4,在中断0里显示数码管5,在中断1里显<杨海滔> 在 2025-06-05 上传 | 大小:3kb | 下载:0