-
S3C44B0X 键盘中断例子,测试板子上的几个按键产生中断用
S3C44B0X 键盘中断例子,测试板子上的几个按键产生中断用-S3C44B0X keyboard interrupt example, testing on the board have interrupted a few buttons with
- 2022-03-11 08:35:22下载
- 积分:1
-
ARM7 LPC 213x 214x easy up and down 2
深入浅出ARM7 LPC 213x 214x上下两册-ARM7 LPC 213x 214x easy up and down 2
- 2022-01-26 06:32:43下载
- 积分:1
-
最近完成的LINUX下RTC8025的驱动,平台:AT91RM9200,主要实现时钟操作的几个接口,对开发同类产品的驱动很有借鉴作用。...
最近完成的LINUX下RTC8025的驱动,平台:AT91RM9200,主要实现时钟操作的几个接口,对开发同类产品的驱动很有借鉴作用。-recently completed RTC8025 LINUX driven platforms : AT91RM9200. main clock operation of several interfaces, the development of similar products in a very useful reference drive.
- 2022-11-15 11:50:04下载
- 积分:1
-
LPC2132开发板,protel99格式,包括原理图和PCB图
LPC2132开发板,protel99格式,包括原理图和PCB图-LPC2132 protel99 SCH PCB
- 2022-03-14 04:21:56下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
韩国用S3C44B0X的开发环境ads的教程,例子和步骤可以
韩国用S3C44B0X的开发环境ads的教程,例子和步骤可以-Korea S3C44B0X development environment ads tutorials, examples and steps can s
- 2022-01-22 06:53:47下载
- 积分:1
-
4*4键盘控制程序
//分三个部分,数字键部分,小数点,方向键部分,功能键(ok)部分。可以在不同的页面调//
//用相应的功能实现菜单操作。 方向键部...
4*4键盘控制程序
//分三个部分,数字键部分,小数点,方向键部分,功能键(ok)部分。可以在不同的页面调//
//用相应的功能实现菜单操作。 方向键部分/////////////////////////////////////
//无返回值,无输入参数,用到全局变量page_number,xposition,yposition,scroll_value//
-4* 4 keyboard control program// is divided into three parts, part number keys, decimal point, the arrow keys of the function keys (ok) part. Can be adjusted in different page//// using the corresponding menu realize the functions of the operation. Part of the arrow keys /////////////////////////////////////// no return value, no input parameters, use global variables page_number, xposition, yposition, scroll_value//
- 2023-07-26 03:05:04下载
- 积分:1
-
AT91RM9200
AT91RM9200-U-Boot at91rm9200u-boot移植源代码,稍加修改你就可以使用。使用其他的片子的也可以参考。-AT91RM9200-U-Boot at91rm9200u-boot transplant source code, a little change you can use. The use of other films also reference.
- 2023-08-02 11:00:05下载
- 积分:1
-
ARM9入门实验指导书及源码 我们怎么学好这门课? ARM9 基 础 实 验 教 程...
ARM9入门实验指导书及源码 我们怎么学好这门课? ARM9 基 础 实 验 教 程-ARM9 entry guide book and source experiment how we learn this lesson? ARM9 based on experimental tutorial
- 2022-01-22 08:05:29下载
- 积分:1
-
arm编程例程,产生PWM脉宽
arm编程例程,产生PWM脉宽-arm programming routines that have a PWM pulse width
- 2023-03-10 09:40:04下载
- 积分:1