-
This is the start loading code
这是ARM的启动装载代码-This is the start loading code
- 2022-05-08 08:16:46下载
- 积分:1
-
FlyMaple1_0 示例代码
飞控部分代码示例,使用Android 平台,能让你快速熟悉Android 开发平台和常见传感器的操作方法,快速入门四轴飞行器
- 2022-01-26 06:30:47下载
- 积分:1
-
ARM development board of the IXP400 network driver to the source.
有关ARM开发板上的IXP400网络驱动程序的源码以。-ARM development board of the IXP400 network driver to the source.
- 2023-01-02 00:16:09下载
- 积分:1
-
开发研究的手臂过程参考文档
ARM process reference 文件 发展研究-ARM process reference document of the Development Research
- 2022-04-23 05:41:18下载
- 积分:1
-
S3C2440的DHT11驱动开发及使用
应用背景通过了解DHT11温湿度传感器模块的驱动开发能够很快的掌握linux系统下的驱动开发流程。该实验代码能够为驱动开发的学习提供很好的指导。该驱动应用于s3c2440芯片的开发平台。关键技术dht11温湿度传感模块,通过GPIO口与嵌入式开发板连接。在拥有linux内核的系统中编辑dht11驱动程序,使开发板能够显示dht11传感器收集到的实时数据。通过这个过程来熟悉嵌入式系统下的驱动开发流程。
- 2022-07-23 15:28:04下载
- 积分:1
-
ARM7 chip company STMicroelectronics STR710 startup code for the re
意法公司ARM7芯片STR710的启动代码,用于再外部Flash里烧写针对710移植好的Ulinux的文件。-ARM7 chip company STMicroelectronics STR710 startup code for the re-programmer for external Flash-ri 710 transplant Ulinux good document.
- 2023-03-24 05:50:03下载
- 积分:1
-
使用AIN0和AIN1测量两路直流电压,并将结果通过UART0想PC机发送。...
使用AIN0和AIN1测量两路直流电压,并将结果通过UART0想PC机发送。-compute and the use of two-way con measuring DC voltage, the results through UART0 sent to PC.
- 2022-10-20 05:30: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
-
我的bootlaoder for4510B
我的bootlaoder for4510B-my bootlaoder for4510B
- 2022-02-15 14:11:47下载
- 积分:1
-
嵌入式S3C2440内部RTC程序员
可以实现年月日时分秒星期等的读取和写入,并使用串口形式以送到电脑上显示。可以适当修改就可移植到其它方面应用,比如结合LCD就可以显示。
- 2022-08-22 00:19:41下载
- 积分:1