-
S3C2440的中断处理部分,已调试通过,起码串口和网卡都已OK
S3C2440的中断处理部分,已调试通过,起码串口和网卡都已OK-S3C2440 part of the treatment interruption have been debug through, at least the serial and network card are OK
- 2022-10-21 08:10:03下载
- 积分:1
-
ARM7 S3C44B0X的串行口实验代码
ARM7 S3C44B0X的串行口实验代码-A sampling code of ARM S3C44BOX s serial port.
- 2022-06-16 13:37:13下载
- 积分:1
-
stm32 相机测试程序
这是一个程序用于连接摄影机到 stm32 arm microcontrolerthe 芯片是 stm32f103ret6,皮质 M3 ARMcompiler 是 keil
- 2022-06-01 06:11:51下载
- 积分:1
-
1.此代码在SDT2.51下调试通过,可以在我的板子ARM DEVELOP BOARD V1.0上面跑!其上电以后LED会闪烁一下,接着串口0会输出一些系统信息...
1.此代码在SDT2.51下调试通过,可以在我的板子ARM DEVELOP BOARD V1.0上面跑!其上电以后LED会闪烁一下,接着串口0会输出一些系统信息 可以通过串口终端与系统交互,可以测试320X240 STN LCD,包括图形显示函数,ascii字符显示函数。-1. This code debugging under the SDT2.51 passed, in my plank ARM DEVELOP BOARD V1.0 above run! After its power LED flashes that went 0 serial output will be some system information through serial terminal and system interaction, can test 320x240 STN LCD, including graphics function, ascii character display function.
- 2022-01-25 17:22:32下载
- 积分: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
-
stm32驱动,ARM cortex
stm32驱动,ARM cortex-M3芯片驱动-stm32 drive, ARM cortex-M3-chip driver
- 2022-03-04 00:33:51下载
- 积分:1
-
一个小的ARM源码
一个小的ARM源码-A small ARM-source
- 2023-03-22 02:50:03下载
- 积分:1
-
本文是基于UDP协议的,我学习ARM开发以来的一些经验来设计的…
本文UDP是根据我学习ARM开发以来的一些经验总结,以自己设计的S3C44B0X板为例,给出入门上手的最基础知识。有些东西只是个人的主观认为,不一定准确,算作抛砖引玉吧,欢迎大家指正!-This paper is based on UDP, I study the ARM since some experience to design its own board of S3C44B0X example, the entry is easily the most basic knowledge. Some things are just personal subjective view, is not necessarily accurate, it counted as something, we welcome correct!
- 2022-06-13 14:11:24下载
- 积分:1
-
周立功公司开发的单片机手册,具体的数据手册见周立功网站下载。...
周立功公司开发的单片机手册,具体的数据手册见周立功网站下载。-Week Ligong Singlechip developed manual, the specific data manual see Zhou Ligong website.
- 2022-07-27 17:33:29下载
- 积分:1
-
STC89C52 EEPROM的驱动代码,带功能测试
STC89C52 EEPROM的驱动代码,带功能测试-STC89C52 EEPROM driver code, with functional tests
- 2022-03-29 18:01:37下载
- 积分:1