-
based on the ARM7 LPC2131 right embedded microprocessor control LED, that the us...
基于ARM7的嵌入式微处理器LPC2131对LED进行控制,即GPIO的使用-based on the ARM7 LPC2131 right embedded microprocessor control LED, that the use GPIO
- 2022-04-19 10:06:49下载
- 积分:1
-
基于LPC2119和uC/OS
基于LPC2119和uC/OS-II的Modem驱动源代码-based LPC2119 and embedded/OS-II Modem driver source code
- 2022-02-01 19:18:07下载
- 积分:1
-
一个经典的串口调试程序,经过了很好的测试,是基于s3c2410的....
一个经典的串口调试程序,经过了很好的测试,是基于s3c2410的.-a classic serial debugging procedures, after a very good test is based on the s3c2410.
- 2022-03-05 01:54:48下载
- 积分:1
-
LPC1788 GPIO
此的例子就是 LPC1788 的 GPIO。
本示例描述如何在 LPC177x_8x 上使用 GPIO
- 2023-06-18 14:50:03下载
- 积分: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
-
手臂经典周边设备
ARM classical peripheral equipment
- 2023-06-17 16:05:09下载
- 积分:1
-
很好的语音识别系统,但我不懂,请指教
很好的语音识别系统,但我看不明白,请多指教-Very good voice recognition systems, but I do not understand, please advise
- 2022-04-13 07:55:59下载
- 积分:1
-
周立功公司开发的单片机手册,具体的数据手册见周立功网站下载。...
周立功公司开发的单片机手册,具体的数据手册见周立功网站下载。-Week Ligong Singlechip developed manual, the specific data manual see Zhou Ligong website.
- 2022-07-27 17:33:29下载
- 积分:1
-
AD DRIVER platform is ARM3000,core is ARM7TDMI
AD DRIVER platform is ARM3000,core is ARM7TDMI-AD DRIVER platform is ARM3000. ARM7TDMI core is
- 2022-02-05 21:19:46下载
- 积分:1
-
against LCD controller chip s1d13806 prepared by the display driver procedures a...
针对lcd控制芯片s1d13806编写的显示驱动程序,适用于atmel公司的rm9200开发平台,使用ADS工具编写的-against LCD controller chip s1d13806 prepared by the display driver procedures applicable to the ATMEL rm9200 development platform, the use of tools to prepare the ADS
- 2022-05-22 04:23:10下载
- 积分:1