-
T6963 driver for ARM microcontroller
T6963 driver for ARM microcontroller-T6963 driver for ARM microcontroller
- 2023-04-08 21:40:03下载
- 积分:1
-
基于三星ARM2410,移植了UCOS操作系统的触摸屏驱动程序,开发环境为ADS...
基于三星ARM2410,移植了UCOS操作系统的触摸屏驱动程序,开发环境为ADS-Based on Samsung ARM2410, transplantation of the Touch Panel UCOS operating system driver development environment for ADS
- 2022-03-18 23:10:46下载
- 积分:1
-
周立功大侠编的一个学习arm嵌入式基础知识的好ppt,对初学者很有帮助...
周立功大侠编的一个学习arm嵌入式基础知识的好ppt,对初学者很有帮助-Week Ligong heroes made a study arm of a good basic knowledge of embedded ppt, very helpful for beginners
- 2023-07-26 04:10:07下载
- 积分:1
-
ARM7的UART驱动程序 可以自由配置缓存大小 驱动函数集 以及接口简单 很适合初学者提高自己的驱动开发能力的参考程序 产品级别的代码 注释很详尽 但需要自己...
ARM7的UART驱动程序 可以自由配置缓存大小 驱动函数集 以及接口简单 很适合初学者提高自己的驱动开发能力的参考程序 产品级别的代码 注释很详尽 但需要自己提供IRQ部分的初始化部分程序 本作者不提供 程序为原创-ARM7-UART driver can configure the cache size of the drive free set of functions and simple interface is suitable for beginners to improve their ability to drive the development of reference procedures for product-level code is very detailed notes, but some need to provide their own IRQ initialization part of the process of this author does not provide procedures for the original
- 2022-03-23 05:00:08下载
- 积分: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
-
UCLINUX对ARM芯片S3C44B0的PS2键盘的源程序,(ADS)
UCLINUX对ARM芯片S3C44B0的PS2键盘的源程序,(ADS)-OS on the ARM chip S3C44B0 PS2 keyboard of the source, (ADS)
- 2022-07-20 11:59:10下载
- 积分:1
-
自己写的ARM移植代码,实现定时器中断和外部中断以及对LED的控制...
自己写的ARM移植代码,实现定时器中断和外部中断以及对LED的控制-himself wrote the transplant ARM code, and achieve external interrupt timer interruption and the LED control
- 2022-12-25 04:00:03下载
- 积分:1
-
USB Code for ARM7 using Virtual Com Port based on LPC23xx
USB Code for ARM7 using Virtual Com Port based on LPC23-USB Code for ARM7 using Virtual Com Port based on LPC23xx
- 2023-03-08 12:05:03下载
- 积分:1
-
intel pxa27x 调试文件
intel pxa27x 调试文件-intel pxa27x 调试文件~~~~~~~~~~~~
- 2023-09-08 00:45:02下载
- 积分:1
-
基于ARM的232
基于ARM的232-CAN的程序-Based on the ARM 232-CAN procedures
- 2022-03-14 04:35:57下载
- 积分:1