-
The bottom of the clock driver chip PCF8563, I2C interface to use, based on sing...
时钟芯片PCF8563的底层驱动,使用I2C接口,基于pic单片机。-The bottom of the clock driver chip PCF8563, I2C interface to use, based on single-chip pic.
- 2022-03-19 02:51:27下载
- 积分: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
-
s3c2440 ADS下的LED测试程序,有一定参考价值!
s3c2440 ADS下的LED测试程序,有一定参考价值!-s3c2440 ADS under the LED test procedure, has a certain reference value!
- 2022-02-24 20:51:34下载
- 积分:1
-
uCOS-II移植到STM32的代码,该工程方便用户在此基础上进行开发,免去每次使用uCOS都要移植的麻烦
应用背景
该工程是uCOS-II移植到STM32后,新建的一个LED闪亮任务。将源代码下载到STM32(高密度产品)之后,将一个GPIOA的2引脚接到LED上,可以看到LED快速的闪亮,说明程序运行正常。
开发环境是:Keil RVMDK
该工程非常纯净,移植完之后就没有修改其它地方,下载之后可以直接新建任务,直接使用。这样就不需要每次使用uCOS都要移植,省去许多不必要的麻烦。
本人之后还会上传uCOS和STemWin移植好的代码,欢迎继续关注。
关键技术
本工程的开发环境是keil rvmdk。使用的STM32的固件库是3.5版本。
下载调试使用ST_Link。用户使用J_Link的可以自己设置。
本人保证程序编译0错误0警告,代码编写规范、整洁。
- 2023-07-04 19:00:04下载
- 积分:1
-
ARM EP9315 的原理开发图,有20多页的原理图纸
ARM EP9315 的原理开发图,有20多页的原理图纸-ARM EP9301 the principle development plan, more than 20 pages of drawings Principle
- 2022-01-24 09:04:34下载
- 积分:1
-
三星S3C44B0X ARM7的DMA测试程序实现一个简单的DMA功能。
三星S3C44B0X ARM7 DMA测试程序,实现简单DMA功能。-Samsung S3C44B0X ARM7 DMA testing procedures realize a simple DMA function.
- 2022-07-03 09:48:31下载
- 积分:1
-
in ads1.2 compiler based on the success of the UCOS lpc2214 operating system und...
在ads1.2编译成功基于lpc2214的UCOS操作系统下的usb及串口通讯系统项目文件.包括ucos内核文件.对在ucos下编写arm程序朋友大有帮助.-in ads1.2 compiler based on the success of the UCOS lpc2214 operating system under the usb and serial I communications system project documents. OUT including kernel documents. OUT on the procedures to prepare arm greatly help a friend help.
- 2023-08-12 02:30:04下载
- 积分:1
-
LPC11U6X_example_code
Version v01, 2013_09_13, initial version
Version V02, 2013_11_05, Added LPCOpen demo code, BETA Version; update LPC11U6x UM;
Version V03, 2013_12_06, update ILI9341 LCD driver;
Version V04, 2013_12_11, update LPC11U6x Schematic;
update UM_LPC11U6x v0.02;
update DS_LPC11U6x v0.6_04;
Added ES_LPC11U6X v1.1;
- 2022-03-28 11:26:42下载
- 积分:1
-
基于STR710和嵌入式操作系统的串口驱动程序
基于STR710和嵌入式操作系统的串口驱动程序-STR710-based and embedded operating systems serial driver
- 2022-03-16 07:15:56下载
- 积分:1
-
拥挤距离多目标粒子群算法
Multiobjective Particle Swarm with Crowding Distance(多目标优化)-Multiobjective Particle Swarm with Crowding Distance (multi-objective optimization)
- 2022-05-15 19:23:35下载
- 积分:1