-
kl25z GCC项目
这是Kinetis LSeries GCC项目启动。
- 2023-06-20 23:30:04下载
- 积分:1
-
zigbee无线传感网络开发实例
zigbee无线传感网络,使用TI公司的cc2430芯片,应用开发源码实例,是学习zigbee的好工具
- 2023-06-24 14:20:03下载
- 积分:1
-
电子纸模组S3011CF1的单片机驱动程序源代码,GPIO模拟I2C接口
电子纸模组S3011CF1的单片机驱动程序源代码,GPIO模拟I2C接口。S3011CF1是EINK公司推出的一款断码式电子纸显示屏,具有3个8段数字和GB与百分比图形。
- 2022-07-21 09:37:15下载
- 积分:1
-
The user guide of YAFFS Direct. It documented the structure/migration method/con...
YAFFS_Direct_User_Guide: YAFFS_Direct的用户手册,说明了YAFFS_Direct的结构、移植方法、文件配置等。YAFFS_Direct是可脱离Linux使用的yaffs文件系统,由Yaffs原班人马开发和提供支持。省去了从Yaffs或Yaffs2中提取fs源码的劳苦。 -The user guide of YAFFS Direct. It documented the structure/migration method/configuration of YAFFS_Direct.
YAFFS_Direct can be used without Lunux. It s ideal for embedded software to access file/data in NAND flash.
- 2023-06-18 23:45:03下载
- 积分:1
-
STM32无刷 霍尔 pid 例程
KeilC编译测试通过STM32F103单片机实现无刷 霍尔 pid 例程
- 2022-04-27 13:30:34下载
- 积分:1
-
DS1307是美国DALLAS公司推出的I2C总线接口实时时钟芯片,它可独立于CPU工作,不受CPU主晶振及其电容的影响,且计时准确,月累积误差一般小于10秒。...
DS1307是美国DALLAS公司推出的I2C总线接口实时时钟芯片,它可独立于CPU工作,不受CPU主晶振及其电容的影响,且计时准确,月累积误差一般小于10秒。芯片还具有主电源掉电情况下的时钟保护电路,DS1307的时钟靠后备电池维持工作,拒绝CPU对其读出和写入访问。同时还具有备用电源自动切换控制电路,因而可在主电源掉电和其它一些恶劣环境场合中保证系统时钟的定时准确性。DS1307具有产生秒、分、时、日、月、年等功能,且具有闰年自动调整功能。同时,DS1307芯片内部还集成有一定容量、具有掉电保护特性的静态RAM,可用于保存一些关键数据。-DS1307
- 2022-03-19 16:48:54下载
- 积分:1
-
This is a voice voltage meter can measure the 0
这是一个语音电压表,可以测量0~3V的电压。是用汇编和C编写的-This is a voice voltage meter can measure the 0-3V voltage. Is the compilation and preparation of the C
- 2022-01-26 01:30:21下载
- 积分:1
-
TMS320F2812关于Can总线的源程序
随着串行通讯进入更多应用领域,因此,在一些应用里,需要对通讯功能的报文识别位提出分配标准 化的要求。原先的地址范围由11个识别位定义,如果地址范围扩大,则这些应用就可以更好地由CAN来实现。本程序是用TMS320F2812实 现的关于Can总线的源程序。
- 2022-05-04 21:41:04下载
- 积分:1
-
DE2 练习源码2-4
Part IV
In part II we discussed the conversion of binary numbers into decimal digits. It is sometimes useful to build
circuits that use this method of representing decimal numbers, in which each decimal digit is represented using
four bits. This scheme is known as the binary coded decimal (BCD) representation. As an example, the decimal
value 59 is encoded in BCD form as 0101 1001.
You are to design a circuit that adds two BCD digits. The inputs to the circuit are BCD numbers A and B,
plus a carry-in, cin. The output should be a two-digit BCD sum S1S0. Note that the largest sum that needs to be
handled by this circuit is S
- 2022-03-18 00:20:50下载
- 积分:1
-
STM32F103通过SPI vs1003b和SD卡一起工作
对于STM32F103RC接口示例代码与SD卡的基础上,FATFS库。你可以看到MCU通过SPI接口,软件接口与SD卡。随着FATFS,可以使文件夹,写入和读取SD卡非常容易的文件...
- 2022-05-09 13:36:51下载
- 积分:1