-
STM驱动文件
stm的驱动库
&
- 2023-05-23 17:25:03下载
- 积分:1
-
S3C6410_RVDS2.2_Study_Project,A Seriers Applications of ARM Processor S3C6410
- 2023-07-13 00:30:05下载
- 积分: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
-
在阳初2410开发板移植U
在阳初2410开发板移植U-Boot1.2.0的详细笔记,本人按照这个笔记在SMDK2410的开发板上通过测试。-In the beginning of 2410 development board yang transplantation of the U-Boot1.2.0 detailed notes, I SMDK2410 according to the notes in the development of on-board to pass the test.
- 2022-03-03 06:55:32下载
- 积分:1
-
data51 EQU 208h 8251A的数据portctrl51 EQU 209h 8251A的命令porttimer2 EQU 202h…
DATA51 EQU 208H 8251A DATA PORTCTRL51 EQU 209H 8251A COMMAND PORTTIMER2 EQU 202H 8253 COUNT 2TIMCTL EQU 203H 8253 CTRL PORTCLK00 EQU 8192 8251A CLK 4.77MBPS00 EQU 1200 BPS=1200FACTOR EQU 16 8251A BPS FACTOR=16
- 2022-06-02 17:57:56下载
- 积分:1
-
英特尔PXA255芯片的中文资料,整个芯片的绝对的细节,如…
intel的PXA255芯片的中文资料,绝对详细的说明整块芯片的任何部件以及寄存器的设置和使用,是难得的资料,12M的文件足以看到它的份量了-The PXA255 chips intel Chinese data, the absolute detail of the entire chip, as well as any components register to set up and use, the information is a rare, 12M documents sufficient to see it the weight of the
- 2022-05-18 13:46:23下载
- 积分:1
-
在ARM7 S3C44B0X的接口测试代码
ARM7 S3C44B0X DA接口试验代码-ARM7 S3C44B0X DA interface test code
- 2022-06-17 09:36:36下载
- 积分:1
-
linux on arm how to build linux on arm
linux on arm how to build linux on arm-linux on arm how to build linux on arm
- 2022-10-01 13:40:03下载
- 积分:1
-
STM32触摸屏代码
ALIENTEK 战舰 STM32 开发板本身并没有触摸屏控制器,但是它支持触摸屏,可以通过外接带触摸屏的 LCD 模块(比如ALIENTEK TFTLCD 模块),来实现触摸屏控制。在本章中,我们将向大家介绍 STM32 控制 ALIENTKE TFTLCD 模块,使用软件模拟 SPI 来实现对 TFTLCD 模块的触摸屏控制,最终实现一个手写板的功能。
- 2023-04-11 13:45:03下载
- 积分:1
-
基于摩托罗拉S12标准源程序
包括:SCIO,Timer,RAM,EEPROM
基于摩托罗拉S12标准源程序
包括:SCIO,Timer,RAM,EEPROM-based on Motorola 12337 standard source include : SCIO, Timer, RAM, EEPROM
- 2022-06-02 16:56:18下载
- 积分:1