-
PIC16F877A 24C02读写
资源描述
/***************************************************************************
* 文件名:24c02
* 功 能:利用IIC总线对eeprom 24c02,进行读写
* 作 者:TXMCU
* 日 期:
* 备 注:
//软件思路:当按键KEY0按下时,把6个连续的数据写入到6个连续的单元内,
//写完成后数码管显示单个0,做为完成标志位,当按键KEY1按下后,
//读取EEPROM连续六个单元,读取结果送6位数码管显示
//
//开发板连接方法:将JP10 JP11 JP12 JP13这4个跳线帽分别接到24C02位置
// 把JP8的的跳线帽跳到DPY位置上,JP14选择在IO口位置上
****************************************************************************/
#include
__CONFIG(0x1832);
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡
#define address 0xa
#define nop() asm("asm")
//定义待写入的数据
const char ee_data_write[] = {0, 4, 2, 3, 3, 1};
//定义读取数据存放的缓冲区
unsigned char ee_date[6];
//定义0-9的显示代码
- 2022-03-18 07:32:17下载
- 积分:1
-
With the rapid development of electronic technology, with low power consumption,...
随着电子技术的迅猛发展,具有耗电少、亮度高、体积小等特点的液晶显示器被广泛应用于嵌入式系统中。S3C2410是三星公司开发的一款以ARM920T为核心的16/32位嵌入式处理器。它主要面向手持设备以及高性价比、低功耗的应用。LTS350Q1-PE1是三星电子公司生产的一款非晶硅有源矩阵TFT-LCD,它具有功耗低、亮度高和体积小等特点,目前在嵌入式设备中应用非常广泛。 -With the rapid development of electronic technology, with low power consumption, high brightness, small size and other characteristics of the liquid crystal displays are widely used in embedded systems. Samsung S3C2410 is developed with ARM920T core, a 16/32-bit embedded processor. It is mainly for handheld devices, as well as high cost, low-power applications. LTS350Q1-PE1 is produced by Samsung Electronics a-Si active-matrix TFT-LCD, it has low power consumption, high brightness and small size characteristics, present a wide range of embedded device applications.
- 2022-02-14 16:44:09下载
- 积分:1
-
用三星的44b0控制的zlg7290的源码
用三星的44b0控制的zlg7290的源码-Using Samsung
- 2023-06-20 16:40:03下载
- 积分:1
-
s3c2410上移植ucos,并在ucos下实现iis音频功能
s3c2410上移植ucos,并在ucos下实现iis音频功能-s3c2410 on transplantation OUT, OUT and under iis Audio function
- 2022-02-04 23:38:14下载
- 积分:1
-
arduino pwm 控制迷你相扑代码
我用的Arduino motorshild和gp2y0尖锐传感器I I maked迷你相扑机器人,你将学会通过这个项目PWM调速电机控制和gp2y0尖锐传感器控制
- 2022-04-24 04:34:58下载
- 积分:1
-
这个是用AVR写的带字库的12864的程序,喜欢的朋友可以看看,适合于入门。...
这个是用AVR写的带字库的12864的程序,喜欢的朋友可以看看,适合于入门。-This is written with the AVR with a font 12864 programs, like friends can see for entry.
- 2022-04-08 07:26:18下载
- 积分:1
-
嵌入式系统开发中使用的源代码包含at91c ARM芯片的关系…
嵌入式系统开发用源代码
包含At91C arm芯片相关各种例程
包括整数性能测试,浮点测试,硬件驱动等-embedded systems development using the source code contains At91C arm chip related various routines including integer performance measurement Ban, floating point tests, such as hardware drivers
- 2022-01-26 01:47:34下载
- 积分:1
-
FS2410上做好的uboot映像文件,可以正常使用
FS2410上做好的uboot映像文件,可以正常使用-This is a good program of uboot to FS2410 board.
- 2023-03-05 13:35:04下载
- 积分:1
-
P89CXX编程器控制CPU接收和控制程序
P89CXX编程器控制CPU接收和控制程序-P89CXX programming control CPU to receive and control procedures
- 2022-08-03 02:54:44下载
- 积分:1
-
BLDC 矢量控制
资源描述This application note shows how to control a permanent
magnet synchronous motor (PMSM) with the sensorless
field-oriented control (FOC) algorithm, using an ARM®
Cortex®-M0-based PSoC 4 device.
The FOC algorithm is frequently used in motor control
applications because it allows motors to operate with less
noise and more stable torque output than other algorithms.
Sensorless FOC adds the advantage of reducing the cost
due to the absence of rotor position sensors. Sensorless
FOC is used in many applications including consumer (air
conditioner, refrigerator), industrial (blower, pump), and
commercial (elevator, escalator) products.
- 2022-09-27 21:15:03下载
- 积分:1