-
For the Linux driver under the touch screen, use the version in the 2.6.15 kerne...
用于Linux下的触摸屏驱动,使用在2.6.15版本内核上,可以作为两种方式使用,运行可靠稳定。-For the Linux driver under the touch screen, use the version in the 2.6.15 kernel, it can be used as two ways, reliable operation and stability.
- 2022-06-17 05:31:36下载
- 积分:1
-
这是LPC2200系列芯片内部Flash和外部Flash同时装载程序的分散加载文件使用示例。
ext_in.scf为分散加载文件,具体请读者自行分...
这是LPC2200系列芯片内部Flash和外部Flash同时装载程序的分散加载文件使用示例。
ext_in.scf为分散加载文件,具体请读者自行分析,我们不对此示例提供技术支持。
在示例程序生成目标的test_ext_in.i32文件夹下有2个文件
/ ROM_EXEC --- 写入内部FLASH
/ ROM_EXEC1 --- 写入外部FLASH
(在选择文件的时候,请选择下拉所有文件*.*)
将两个文件分别写入后,选择跳线Bank0-FLASH,Bank1-RAM,BootSel-Inside
写入内部Flash,可用ISP方法下载。-This is the LPC2200 series chip Flash and external Flash loading procedures at the same time load the file using the sample dispersion. ext_in.scf for decentralized load the file, specifically requested the readers on their own analysis, we do not provide technical support for this sample. In the sample program to generate goals test_ext_in.i32 folder two files under/ROM_EXEC--- write the internal FLASH/ROM_EXEC1--- write external FLASH (in the choice of document, select the drop-down all the files*.* ) will write two files, select jumper Bank0-FLASH, Bank1-RAM, BootSel-Inside write the internal Flash, available methods to download ISP.
- 2022-04-26 11:47:05下载
- 积分:1
-
- 2022-01-25 13:57:12下载
- 积分:1
-
This procedure uses a timer and any two I/O port simulation of a serial communic...
本程序使用一个定时器和任意的2个I/O口模拟一个串口通信。可以直接调用。-This procedure uses a timer and any two I/O port simulation of a serial communication. Can be directly called.
- 2023-08-27 22:45:04下载
- 积分:1
-
教务管理系统
这是自己编的教务管理系统,灰常好用哦,教务人员通过学生信息管理模块来管理学生信息,如进行学生信息的添加、修改 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-03 15:20:03下载
- 积分:1
-
PIC16F877A 24C02读写
资源描述
/***************************************************************************
* 文件名:24c02
* 功 能:利用IIC总线对eeprom 24c02,进行读写
* 作 者:TXMCU
* 日 期:
* 备 注:
//软件思路:当按键KEY0按下时,把6个连续的数据写入到6个连续的单元内,
//写完成后数码管显示单个0,做为完成标志位,当按键KEY1按下后,
//读取EEPROM连续六个单元,读取结果送6位数码管显示
//
//开发板连接方法:将JP10 JP11 JP12 JP13这4个跳线帽分别接到24C02位置
// 把JP8的的跳线帽跳到DPY位置上,JP14选择在IO口位置上
****************************************************************************/
#include
__CONFIG(0x1832);
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡
#define address 0xa
#define nop() asm("asm")
//定义待写入的数据
const char ee_data_write[] = {0, 4, 2, 3, 3, 1};
//定义读取数据存放的缓冲区
unsigned char ee_date[6];
//定义0-9的显示代码
- 2022-03-18 07:32:17下载
- 积分:1
-
nios 环境下的软件编程,主要用来设计cpu内核
nios 环境下的软件编程,主要用来设计cpu内核-nios environment of software programming, mainly for the design of core cpu
- 2022-03-09 19:50:25下载
- 积分:1
-
不用api的ini,c#类,ce可用
不用api的ini,c#类,ce可用-not api ini, c# category, ce available
- 2022-01-25 15:50:22下载
- 积分:1
-
东芯IV的SEP3203ARM的源代码,包括MP3,USB,NORFLASH等。其程序均通过编译,运行OK!...
东芯IV的SEP3203ARM的源代码,包括MP3,USB,NORFLASH等。其程序均通过编译,运行OK!-East SEP3203ARM Core IV of the source code, including MP3, USB, NORFLASH such. Its procedures are adopted by the compiler, run OK!
- 2023-04-23 07:40:03下载
- 积分:1
-
12864液晶 SED1565驱动 仿真
12864液晶驱动, 驱动芯片是SED1565 proteus仿真的, 程序当中采用了TWI和SPI总线来控制液晶显示, 同时学习了 12864液晶的使用, 也学习了两种总线的使用, 真是一举两得
- 2022-07-27 02:42:17下载
- 积分:1