Location:
Search - at scl
Search list
Description: X1205 是一个带有时钟
振荡器用一个外部的
这样除去了外部的离散元件和一个调整电容
实时时钟用分别的时
存器日历可正确通过2099 年
强大的双报警功能
每个星期二或三月21日上午5:23均可
件的中断IRQ 管脚
该器件提供一个备份电源输入脚V
整个X1205器件的工作电压范围为2.7 V至5.5V 电
到1.8V(待机模式)
引脚排列图
串行时钟(SCL)
SCL输入端被用来作为数据输入和输出的时钟同步信号
激活的-X1205 is a clock oscillator with an external use this to remove the external discrete components and a adjusted capacitor using real-time clock respectively at the deposit for calendar 2099 right through powerful dual alarm function every Tuesday or on March 21 0515 : may 23 pieces of the IRQ interrupt pin the device to provide a backup power input feet V devices throughout the X1205 a voltage range of 2.7 V to 5.5V to 1.8V -- (standby mode) pin map with serial clock (SCL) SCL input to be used as data input and output clock synchronization signals activated
Platform: |
Size: 430933 |
Author: 湘潭 |
Hits:
Description: 12Mhz标准51的100KHz IIC总线主器件模拟方式驱动程序。
本驱动程序即可以在没有Small RTOS的情况下使用。此时,要使用本驱动程序只需要配置IIC总线使用的IO口。在驱动程序的主文件iic_master.c仅包含一个文件config.h。用户需要的是在这个文件中设置IIC总线使用的IO口SDA和SCL。如果用户单独使用iic_master.c,还要在config.h包含iic_master.h文件和其它必须的文件如reg51等;并定义宏TRUE、FALSE和与编译器无关的数据类型。在使用Small RTOS的情况下,用户只要在config.h定义SDA和SCL和包含iic_master.h并将宏IICSem定义为分配给IIC总线驱动程序的信号量的索引。
在使用IIC总线驱动程序前应该调用函数IICInit()初始化IIC总线。单独使用或单任务IIC总线,使用函数IICRead()对IIC总线进行读操作,使用IICWrite()对IIC总线进行写操作。如果有多个任务需要对IIC总线进行操作,则分别调用宏OSIICRead()和OSIICWrite()对其进行读写。-12Mhz standards of 100KHz 51 IIC bus owners device simulation mode driver. The driver is not in the Small RTOS use. At this point, to use the driver only needs to use the allocation of the IIC bus IO mouth. Drivers in the main document iic_master.c document contains only a config.h. User needs in this document is to set up the IIC bus IO mouth SDA and SCL. If users alone iic_master.c. also included in config.h iic_master.h documents and other necessary documents reg5 1; and the definition of Acer TRUE, FALSE and compiler - independent data types. Small RTOS in the use of the circumstances, users in config.h definition of SDA and SCL and will include Acer iic_master.h IICSem definition allocated to the IIC bus driver signals of the index. IIC in the use of the former bus driver should call
Platform: |
Size: 3537 |
Author: 李强 |
Hits:
Description: The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control
and data transfer communication between ICs.
Some of the features of the I2C bus are:
• Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A
12V supply line (500mA max.) for powering the peripherals often may be present.
• Each device connected to the bus is software addressable by a unique address and simple
master/ slave relationships exist at all times masters can operate as master-transmitters or as
master-receivers.
• The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data
corruption if two or more masters simultaneously initiate data transfer systems.
• Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard
mode or up to 400 KBit/s in the fast mode.
Platform: |
Size: 788781 |
Author: lu |
Hits:
Description: X1205 是一个带有时钟
振荡器用一个外部的
这样除去了外部的离散元件和一个调整电容
实时时钟用分别的时
存器日历可正确通过2099 年
强大的双报警功能
每个星期二或三月21日上午5:23均可
件的中断IRQ 管脚
该器件提供一个备份电源输入脚V
整个X1205器件的工作电压范围为2.7 V至5.5V 电
到1.8V(待机模式)
引脚排列图
串行时钟(SCL)
SCL输入端被用来作为数据输入和输出的时钟同步信号
激活的-X1205 is a clock oscillator with an external use this to remove the external discrete components and a adjusted capacitor using real-time clock respectively at the deposit for calendar 2099 right through powerful dual alarm function every Tuesday or on March 21 0515 : may 23 pieces of the IRQ interrupt pin the device to provide a backup power input feet V devices throughout the X1205 a voltage range of 2.7 V to 5.5V to 1.8V-- (standby mode) pin map with serial clock (SCL) SCL input to be used as data input and output clock synchronization signals activated
Platform: |
Size: 431104 |
Author: |
Hits:
Description: 12Mhz标准51的100KHz IIC总线主器件模拟方式驱动程序。
本驱动程序即可以在没有Small RTOS的情况下使用。此时,要使用本驱动程序只需要配置IIC总线使用的IO口。在驱动程序的主文件iic_master.c仅包含一个文件config.h。用户需要的是在这个文件中设置IIC总线使用的IO口SDA和SCL。如果用户单独使用iic_master.c,还要在config.h包含iic_master.h文件和其它必须的文件如reg51等;并定义宏TRUE、FALSE和与编译器无关的数据类型。在使用Small RTOS的情况下,用户只要在config.h定义SDA和SCL和包含iic_master.h并将宏IICSem定义为分配给IIC总线驱动程序的信号量的索引。
在使用IIC总线驱动程序前应该调用函数IICInit()初始化IIC总线。单独使用或单任务IIC总线,使用函数IICRead()对IIC总线进行读操作,使用IICWrite()对IIC总线进行写操作。如果有多个任务需要对IIC总线进行操作,则分别调用宏OSIICRead()和OSIICWrite()对其进行读写。-12Mhz standards of 100KHz 51 IIC bus owners device simulation mode driver. The driver is not in the Small RTOS use. At this point, to use the driver only needs to use the allocation of the IIC bus IO mouth. Drivers in the main document iic_master.c document contains only a config.h. User needs in this document is to set up the IIC bus IO mouth SDA and SCL. If users alone iic_master.c. also included in config.h iic_master.h documents and other necessary documents reg5 1; and the definition of Acer TRUE, FALSE and compiler- independent data types. Small RTOS in the use of the circumstances, users in config.h definition of SDA and SCL and will include Acer iic_master.h IICSem definition allocated to the IIC bus driver signals of the index. IIC in the use of the former bus driver should call
Platform: |
Size: 3072 |
Author: 李强 |
Hits:
Description: 通用的24C02/4/8的C语言程序,使用时需要自己重新定义SDA、SCL及所使用的芯片-24C02/4/8 generic C-language procedures, when used to redefine the needs of their SDA, SCL, and the use of the chip
Platform: |
Size: 2048 |
Author: 雨点 |
Hits:
Description: 数是对LPC764的I2C的I/O口实
现,即其P1.3 (SDA) , P1.2(SCL),51系列机型可以通用.
注意: 函数是采用软件延时的方法产生SCL脉冲,固对高晶振频率要作
一定的修改....(本例是1us机器周期,即晶振频率要小于12MHZ).
(函数的使用可参考给出的事例程序.)-脢媒脢脟 露 脭LPC764渭脛I2C渭脛I 拢 炉 O 驴 脷脢渭脧脰, 录
Platform: |
Size: 2048 |
Author: wuchwu1986 |
Hits:
Description: The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control
and data transfer communication between ICs.
Some of the features of the I2C bus are:
• Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A
12V supply line (500mA max.) for powering the peripherals often may be present.
• Each device connected to the bus is software addressable by a unique address and simple
master/ slave relationships exist at all times masters can operate as master-transmitters or as
master-receivers.
• The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data
corruption if two or more masters simultaneously initiate data transfer systems.
• Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard
mode or up to 400 KBit/s in the fast mode.
Platform: |
Size: 788480 |
Author: lu |
Hits:
Description: I2C程序模块 I2C 程序,SCL,及 SDA 在主程序中定义为 MCUIO-I2C Module I2C procedures, SCL, and SDA in the main program is defined as at MCUIO
Platform: |
Size: 132096 |
Author: 艾敏 |
Hits:
Description: Siemens PLC功能 ,使用SCL语言编写,与pascal结构类似,完成了个从0-2^31-1的时间计数-this FB is only necessary for siemens sps
the siemens sps timer counts from 0 to 2^31-1 and starts at 0 sfter overrun.
this means that the bit 31 (the highest bit ) will never be used and therefore
a problem arises when t2- t1 is checked.
t2- t1 is always valid also in an timer overrun situation where the time t1 is very high and t2 is very low.
the result of the subtraction t2- t1 however is still valid.
this calculation does not work for soiemens because the highest bit is not used.
this module stores the highest bit, changes the highest bit at every overrun occurence and stuffs ther highest bit in the output.
the output is then used by t_plc_us and t_plc_ms.
the correction needs and fb and not a function because the value of the highest bit has to be stored.
do never use this function block in a codesys environment. the timer in codesys is correct and runs from 0 to 2^32-1
Platform: |
Size: 1024 |
Author: steve |
Hits:
Description: 硬件环境:(使用硬件I2C1)
SCL--PB6 SDA--PB7
功能:
器件写和读的字节地址均为:0xfe
器件地址:0xA0
实验目的:本工程测试功能:
向AT24C02的地址0x00处写入字符:STM32F10x I2C
然后从地址0xfe处将刚才写入的字符全部读出来,再校验,如果全部字符都相等,
说明读写都成功,并将LED1~LED8(GPIOC的低8位)全部点亮,否则全部熄灭。-Hardware Environment: (use the hardware for I2C1) the SCL- PB6 SDA- the PB7 function: the device to write and read the byte address are: the 0xfe device address: 0xA0 experimental purposes: the test function of the project: AT24C02 address 0x00 at write characters: the STM32F10xxx the I2C and then address 0xfe Department will just write the characters all read out, and then check if all characters are equal, reading and writing are successful, and LED1 to LED8 (GPIOC of 8) all points light, or all out.
Platform: |
Size: 285696 |
Author: 刘润jiang |
Hits:
Description: STM32-IIC 配置解说(原创)STM32 - I2C 简介 :I2C 总线接口连接微控制器和串行 I2C 总线。它提供多主机功能,控制所有 I2C总线特定的时序、协议、仲裁和定时。支持标准和快速两种模式,另外 STM32的 I2C 可以使用 DMA 方式操作。本文主要以一个实例来介绍 STM32-I2C 的配置方式和具体在工程中通过调用哪些库函数来实现 I2C 器件的通信。实例:写入数据到器件 AT24C02 并将存入的数据读出好,我们先来讲讲 STM32 I2C 模块的端口基本配置,由 STM32 中文参考手册可以查到在使用 I2C 时对应的引脚要配置成哪种模式。 SCL 和 SDA 引脚都配置成开漏复用输出(THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.)
Platform: |
Size: 3072 |
Author: 新手再上路
|
Hits:
Description: 最近在学习摄像头
想做摄像头采集图像,然后颜色识别,
不过楼主太水
目前只做到可以显示图像
接线:如正点原子ppt图
不过SIOC相当于SCL
SIOD相当于SDA
即,SIOC接PD6
SIOD接PD7
刚打开程序可能kill5会弹出窗口,不用担心关点就可以了
记得调相机焦距
只不过30万像素太低了。。。。(Learning camera recently
Want to be a camera to collect images, and then color recognition.
But the landlord is too water.
At present, we can only display images.
Wiring: ppt diagram of a point atom
But SIOC is equivalent to SCL.
SIOD is equivalent to SDA.
That is, SIOC connects to PD6.
SIOD and PD7
Just open the program, maybe kill5 will pop up the window, don't worry about closing it.
Remember the focal length of the camera.
It's only 300 thousand pixels too low.)
Platform: |
Size: 10254336 |
Author: XABXAB |
Hits: