-
AT91RM9200 hard disk interface code, and with the realization of ucfs
at91rm9200硬盘的接口代码,并带有ucfs的实现-AT91RM9200 hard disk interface code, and with the realization of ucfs
- 2022-04-01 10:46:50下载
- 积分:1
-
AM23XX温湿度传感器库函数
51单片机温湿度传感器库函数#include "reg52.h"#include //用户根据自己的晶振修改相应值#define FOSC 12000000#define BAUD 9600 //读传感器 端口位定义,可修改sbit Sensor_SDA = P0^0;sbit Sensor_SCL = P0^1;// 变量定义unsigned char Sensor_Data[5]={0x00,0x00,0x00,0x00,0x00};unsigned char Sensor_Check; //校验和unsigned char Sensor_AnswerFlag; //收到起始标志位unsigned char Sensor_ErrorFlag; //读取传感器错误标志unsigned int Sys_CNT;unsigned int Tmp;unsigned char *String;//字符串定义#define S_Temp "Temp:"#define S_RH "RH:"#define S_CRCT "Check: True"#define S_CRCF "Check: Wrong"#define S_Data "Data: "#define S_NotS "Sens
- 2022-12-29 14:30:03下载
- 积分:1
-
这个是三星arm9芯片的PLL源码,不可多得啊
这个是三星arm9芯片的PLL源码,不可多得啊-This is a Samsung ARM9 chip PLL source, rare ah
- 2023-06-29 08:10:04下载
- 积分:1
-
stm32 相机测试程序
这是一个程序用于连接摄影机到 stm32 arm microcontrolerthe 芯片是 stm32f103ret6,皮质 M3 ARMcompiler 是 keil
- 2022-06-01 06:11:51下载
- 积分:1
-
基于s3c44b0x的ps2接口驱动程序
基于s3c44b0x的ps2接口驱动程序-based on the ps2 s3c44b0x Driver Interface
- 2022-12-26 19:55:03下载
- 积分:1
-
S3C6400 nand flash ,nand flash controller!
S3C6400 nand flash ,nand flash controller!
- 2023-01-22 05:45:03下载
- 积分:1
-
ARM7嵌入式系统学习源代码.入门级.可以用来练练手
ARM7嵌入式系统学习源代码.入门级.可以用来练练手-ARM7 Embedded System study the source code. Entry-level.练练can be used to hand
- 2022-09-20 09:40:03下载
- 积分:1
-
[原创]STM32源码项目,原理图SCH,PCB文件,CAN UART SPI-Flash 电源 四状态输入检测单元
这个实际上只调到了初步的PCB可运行UART可用,其它还未真正调试,但其中的设计及PCB,若有用,哥们们可参考一下
因没完全调试,源代码工程有部分多余代码,工程文件需要重新整理一下,当然如果板子有用,其实可以完全根据原理自己建工程,压缩包内有完整SCH,PCB,包括电源5V,3.3V,RS232,RS485,CAN,SPI-Flash,USB,IO电路。
主要实现的功能是一个多IO,多个232/485,一个CAN通信。
其中数字Input检测,通过两个IO检测四种状态:高,低,悬空,检测单元有问题。 该单元在SCH&PCB目录下面有相应的Multisim仿真文件。
真值表:
L1 H1 值
0 0 INX_LH1为高
0 1 检测单元问题,可能D6与D7之间断开或者INX_HL1电平
1 0 INX_HL1悬空,且检测单元OK;或者INX_HL1电平处于中值
1 1 INX_LH1为低
- 2023-03-01 00:05:05下载
- 积分:1
-
sdconfig.h: The document for the SD card reader module configuration header file...
sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改.
SD目录 : SD卡读写模块的全部文件,一般不用修改.
建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改,而sdconfig.h通常会有改动.
-sdconfig.h: The document for the SD card reader module configuration header files, the user hardware according to actual conditions can be modified. SD directory: SD card reader module all the documents, the general need not be amended. sdconfig.h document recommends not to put in SD directory, because the SD files in the directory are not normally required to be amended and the changes are usually sdconfig.h.
- 2022-03-12 03:53:48下载
- 积分:1
-
关于ATMEGA128高级应用的C语言程序,有1000多行.
关于ATMEGA128高级应用的C语言程序,有1000多行.-ATmega128 advanced applications on the C language program, there are more than 1000 lines.
- 2022-03-12 10:43:29下载
- 积分:1