-
基于ARM7的开发板的存储器重映射驱动程序,文件里有程序的详细注释,对与在此基础之上的二次开发非常方便...
基于ARM7的开发板的存储器重映射驱动程序,文件里有程序的详细注释,对与在此基础之上的二次开发非常方便-based on the ARM7 development board memory re-mapping driver, the documents detailed procedures Notes right and the basis of this second development is very convenient
- 2022-01-25 18:09:12下载
- 积分:1
-
后果黑糊糊规范化的合乎发挥后恢复搞活发挥规范化广泛规范化规范化规范化风格...
后果黑糊糊规范化的合乎发挥后恢复搞活发挥规范化广泛规范化规范化规范化风格-Dusky standardized in line with the consequences after the resumption of play to enliven the play wide standardized standardized standardized standardized style
- 2022-08-21 01:05:09下载
- 积分:1
-
ARM since learning some lessons learned, in their own design S3C44B0X an example...
本文是我学习ARM开发以来的一些经验总结,以自己设计的S3C44B0X板为例,给出我调试开发ARM开发板的一些最基础知识。我只是在自己的开发板调试过并且经验有限,有些知识只能做为参考,不一定准确,就算给大家一个“例程”吧,如果大家有不同意见,希望多多指正!-ARM since learning some lessons learned, in their own design S3C44B0X an example, I presented the development and debugging of the ARM development board some of the most basic knowledge. I was only in their own development boards tuned and limited experience, some knowledge only as a reference, not necessarily accurate, even if everyone with a "routine" for the country, if we have different opinions, many correct!
- 2022-05-21 03:33:43下载
- 积分:1
-
LPC23XX系列红外(IrDA)项目的源代码文件更直接,can be used……
LPC23XX系列红外(IrDA)工程文件加源代码,直接可用。-LPC23XX Series Infrared (IrDA) project file plus source code, can be used directly.
- 2022-07-21 22:12:20下载
- 积分:1
-
一个ARM7的应用程序
一个ARM7的应用程序-an ARM7 applications
- 2022-03-04 01:48:01下载
- 积分:1
-
ARM上MMC卡SD卡应用
ARM上MMC卡SD卡应用--周立功ARM原版珍贵实用源程序,相信对大家很有用!-ARM on SD card MMC card applications Ligong ARM weeks the original source of valuable and practical, I believe it useful to everyone!
- 2022-07-21 00:43:17下载
- 积分: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
-
keypad interfacing arm
keypad interfacing arm
- 2023-07-29 18:00:03下载
- 积分:1
-
这是S3C2410处理器的外部EEPROM的I2C实例编程
这是S3C2410处理器外接EEPROM对I2C编程的范例-This is the S3C2410 processor external EEPROM programming of I2C example
- 2023-08-08 08:45:04下载
- 积分:1
-
针对传统电液比例控制系统的性能较差,本文提出了一种基于ARM和uC/OS...
针对传统电液比例控制系统的性能较差,本文提出了一种基于ARM和uC/OS-II的电液比例控制系统的设计,并详细介绍了以ARM内核微控制器LPC2292和电机驱动芯片LMD18200为核心的硬件电路,以及嵌入式操作系统μC/OS-II在ARM7上的实现。-Traditional electro-hydraulic proportional control system for poor performance, this paper presents an approach based on ARM and uC/OS-II of the electro-hydraulic proportional control system design and described in detail in order to ARM core LPC2292 microcontroller and motor driver chip LMD18200 at the core of the hardware circuit, as well as the embedded operating system μC/OS-II in the realization of ARM7.
- 2022-01-21 22:09:39下载
- 积分:1