搜索资源列表
-
0下载:
This example program shows how to configure and use the A/D Converter of the following microcontroller:
STMicroelectronics ST10F166
After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial p
-
-
0下载:
这种设计使得如何8051可用于驱动一个标准的数字液晶显示屏的汇编语言程序。需要MCS8051和液晶LM032L芯片。
这种设计使得如何8051可用于驱动一个标准的数字液晶显示屏。需要MCS8051和液晶LM032L芯片。 这种设计使得如何8051可用于驱动一个标准的数字液晶显示屏。需要MCS8051和液晶LM032L芯片。 -This design makes how an 8051 can be used to drive a standard alphanumeric LCD di
-
-
0下载:
This example program shows how to configure and use the
A/D Converter of the following microcontrollers:
* Philips LPC 2114/2119/2124/2129/2131/2132/2138/2194
After configuring the A/D Converter, the program reads
A/D channel 0 and outp
-
-
0下载:
Program in Assembly for 8051 which show how you can use Asynchronize serial port to design multiprocessor system. in this program you can find 5 8051 CPUs that one of them is master with 4 slaves. the code can be copy everywhere you need to run multi
-
-
0下载:
This program shows how to use the pins on a PIC12C508/9 or a ////
//// PIC12C671/2 for general I/O. When run, the program will run up////
//// and down the LEDs. If you hold down the push button, the ////
//// program will reverse its directio
-
-
0下载:
以Q2530EB+Q2530RF为硬件平台,进行TI公司的RemoteTI遥控协议栈的演示与学习。-This user’s guide provides the information necessary to run the sample applications included
with the RemoTI software installer. This includes a descr iption of each sample application,
informatio
-
-
1下载:
程序实现了一台超低功耗的高精度直流电压表。利用片内16位ADC,实现-20.00V~60.00V范围的电压测量。精度、量程和分辨率均优于普通三位半数字万用表。并且能够极低的功耗长期运行,一节纽扣电池能连续测量1年左右。本程序中,用复位键作电源开关。这是一种很常用的电源控制方法。同时,该程序示例了如何例用程序库快速的完成开发任务。-Program to achieve an ultra-low power, high-precision DC voltmeter.16-bit ADC chip-2
-
-
0下载:
本例程演示了如何编程FLASH。
程序运行后,如果编程正确,液晶屏会显示:
STM32F10x DEMO
FLASH TEST: OK
如果编程错误,液晶屏会显示:
STM32F10x DEMO
FLASH TEST: KO
-This routine demonstrates how to program FLASH. After the program is run, if the programming is correct, the LCD will disp
-
-
0下载:
该示范项目的目标是展示如何配置SPI和中断的的AT91RM9200DK PS2控制器驱动。
此应用程序检测PS2控制器并通过DBGU串口打印键盘的按键和鼠标事件的事件。
此应用程序,连接到运行在SDRAM的地址为0x20000000 ,可以下载使用引导在AT91RM9200芯片ROMed的程序。
-The goal of this demonstration project is to show how to configure the SPI and interrupt
-
-
0下载:
This program shows how you can configure the system clock on the STM8S-The system clock is configured to run at full speed (16Mhz). A GPIO pin is toggled to give an indication of the system clock speed.
-
-
0下载:
参考ti提供得例子程序,先将他们得例子在自己得板子上跑起来,其实就是用自测试得方式来验证一下程序,也可以加些中断,看看程序怎么跑得。这步没问题得话,可以改写程序,当然还在自测试模式下先试,如果可以改写后,在自测试模式下可以。那么就差不多了,将自测试模式改成正常模式,将程序移植到自己得程序中,拿一个经过验证可以正常通讯得can模块通讯,记得两个can得速率要一致。当然这个can模块还要能让你看到或者说能验证你得can是否通讯正常。-Reference ti provide examples of
-
-
0下载:
这个是STM32F746源碼演示了如何使用不同的BSP驱动。
在主程序的hal_init()功能开始被称为重置
所有的外设,初始化Flash界面和SysTick。
然后systemclock_config()函数是用来配置系统时钟
(SYSCLK)运行在200 MHz,输出锁相环分为pll_q提供50 MHz。
此频率允许达到25兆赫的时钟需要的操作和在线路
与microSD规格。-This STM32F746 code provides a descr iption o
-
-
0下载:
这个参考说明如何使用CodeWarrior工具构建方案。CodeWarrior构建工具将源代码转换为目标代码,然后组织该对象代码以创建准备执行的程序。CodeWarrior创建运行在主机系统的工具生成在目标系统上运行的软件。有时主机和目标是同一系统。通常,这些系统是不同的。(This reference explains how to use CodeWarrior tools to build programs. CodeWarrior build tools translate source
-