-
一种用于液晶显示器的接口代码
its an interfacing code for LCD in arm platform
- 2022-03-19 21:35:18下载
- 积分:1
-
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits...
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits you to download new code to the device over USB. This bootrom is
installed at address 0x00000000 in the ARM, which means that it is the
first piece of code to execute after reset. At startup, it waits for
a few seconds to see if the downloader is trying to connect. If not,
then the bootloader gives up control and jumps to your program. If the
downloader is trying to connect, then the bootloader receives the new
program over USB and writes it into flash.
- 2022-07-02 10:50:21下载
- 积分:1
-
ARM Serial Debugger
ARM串口调试程序,基于lpc2292处理器-ARM Serial Debugger
- 2022-03-12 08:03:32下载
- 积分:1
-
DMA introduction/fundamentals
DMA introduction/fundamentals
- 2022-01-26 03:15:47下载
- 积分:1
-
S3C2410 realize in the CAN bus protocol and driver, including driver source code...
在S3C2410上实现CAN总线的协议及驱动,包含驱动源代码,在ADS环境下开发-S3C2410 realize in the CAN bus protocol and driver, including driver source code, in the ADS environment to develop
- 2022-09-24 18:40:02下载
- 积分:1
-
ARM7S3C44B0开发板BIOS
ARM7S3C44B0开发板BIOS-ARM7S3C44B0 development board BIOS
- 2022-03-26 14:38:31下载
- 积分:1
-
周立功MiniARM
ZLG MINIARM-N20系列最新的底层驱动的使用说明!-ZLG MINIARM-N20 series of up-to-date bottom-driven use!
- 2022-08-11 01:26:38下载
- 积分:1
-
ARM的汇编语言手册,pdf文件,支持自动搜索,是做ARM开发的嵌入式系统工程师必备的工具。...
ARM的汇编语言手册,pdf文件,支持自动搜索,是做ARM开发的嵌入式系统工程师必备的工具。-ARM assembly language manual pdf documents to support automated search is done ARM Embedded systems engineers the necessary tools.
- 2022-10-16 22:15:03下载
- 积分:1
-
USB communications source code for the USB development LPC214X.
USB通信源代码,适合LPC214X的USB开发。-USB communications source code for the USB development LPC214X.
- 2023-04-17 15:45:03下载
- 积分: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