-
Image code download from HOST to memory on S3C4510b board
Image code download from HOST to memory on S3C4510b board
- 2022-07-05 06:27:55下载
- 积分:1
-
基于ARM的232
基于ARM的232-CAN的程序-Based on the ARM 232-CAN procedures
- 2022-03-14 04:35:57下载
- 积分:1
-
本书详细介绍了TMS320F2812芯片的基本特点、硬件结构、内部功能模块的基本原理等内容...
本书详细介绍了TMS320F2812芯片的基本特点、硬件结构、内部功能模块的基本原理等内容-The book details the basic characteristics of TMS320F2812 chip, hardware structure, the internal function modules, etc. The basic principle
- 2023-01-16 14:50:04下载
- 积分:1
-
ADS1241 ADS1241 procedures
ADS1241 ADS1241的程序-ADS1241 ADS1241 procedures
- 2022-03-30 04:54:35下载
- 积分:1
-
development arm, for the linux environment of some important configuration proce...
arm开发,基于linux环境的一些重要的配置程序。-development arm, for the linux environment of some important configuration procedures.
- 2022-03-03 08:34:02下载
- 积分:1
-
240128液晶的驱动程序 主控制器为ATMEGA16 开发环境为ICCAVR 可以参考...
240128液晶的驱动程序 主控制器为ATMEGA16 开发环境为ICCAVR 可以参考-240128 liquid crystal host controller driver for the ATmega16 development environment for ICCAVR can refer to
- 2022-03-05 12:33:03下载
- 积分:1
-
c51和8019实现单片机上网,ping arp等都调试通过
c51和8019实现单片机上网,ping arp等都调试通过-C51 and 8019 Singlechip realize the Internet, ping arp debugging and so on through
- 2022-09-18 23:40:03下载
- 积分:1
-
ARMBootloader分析及源代码
ARMBootloader分析及源代码-ARMBootloader analysis and source code
- 2022-12-10 02:30:03下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1
-
Samsung 2440LCD test driver source code, after testing, can be directly driven b...
三星2440LCD测试驱动源码,经过测试,可以直接驱动三星的320X240的源码。希望有需要的下载-Samsung 2440LCD test driver source code, after testing, can be directly driven by the source of Samsung
- 2022-02-13 02:15:46下载
- 积分:1