-
ARM基础知识,我刚找到的。
和大家共同分享下
ARM基础知识,我刚找到的。
和大家共同分享下-ARM basic knowledge, I have just found. And the U.S. share of
- 2022-02-03 15:00:41下载
- 积分:1
-
RedBoot Tensilica平台开源茶叶
redboot在Tensilica平台上的源码-redboot in the Tensilica platform source
- 2022-03-26 15:47:24下载
- 积分:1
-
S3C2410A的UCOS内核,可以供ARM初学初学者使用
S3C2410A的UCOS内核,可以供ARM初学初学者使用-UCOS the S3C2410A core, you can use for beginners beginner ARM
- 2022-08-20 15:09:30下载
- 积分:1
-
ISO15693协议读写卡代码
资源描述本程序是用C语言编写,MCU为51单片机,可以实现ISO15693卡的读写功能,方便快速学习与开发使用
- 2022-01-25 21:01:06下载
- 积分:1
-
arm7的bsp
arm7的bsp-arm7 bsp
- 2022-06-20 20:28:14下载
- 积分:1
-
arm环境下开发以太网的程序,走过路过不要错过啊
arm环境下开发以太网的程序,走过路过不要错过啊-Ethernet environment development arm of the procedure, passing through not miss ah
- 2022-08-26 00:12:58下载
- 积分:1
-
SMALL RTOS是为小ram系统单片机编写的,目前仅在51系列单片机上成功运行,还没有在其它单片机上移植(目前我仅有51和avr的开发系统).在小ram系统...
SMALL RTOS是为小ram系统单片机编写的,目前仅在51系列单片机上成功运行,还没有在其它单片机上移植(目前我仅有51和avr的开发系统).在小ram系统单片机如51系列上运行tcp/ip 协议栈是不太现实的.一般tcp/ip 协议栈需要在32位单片机上运行,在8位机上运行太勉强(51是8位机),除非您只运行ip协议.建议使用ucos/ii操作系统或是嵌入式linux,并选用arm或龙珠系列单片机-SMALL RTOS for small microcontrollers ram system, written in 51 series of microcontrollers currently only on the successful operation, no other MCU on the transplant (currently I am only 51 and avr development system). In the small ram System-on- machines such as the 51 series of films running on tcp/ip protocol stack is not very realistic. General tcp/ip protocol stack need to run 32-bit microcontrollers in the 8-bit machine running Taimian Jiang (51 is the 8-bit machine), unless you run only ip protocol is suggested. ucos/ii operating system or embedded linux, and use arm or Pearl Series MCU ..
- 2022-07-15 10:32:03下载
- 积分:1
-
2440开发板的硬件接口使用手册,好东东呢
2440开发板的硬件接口使用手册,好东东呢-2440 development board hardware interface user manual does a good Dongdong
- 2022-03-15 05:30:00下载
- 积分:1
-
Vcmodbus通信源代码
Vcmodbus通信源代码Vcmodbus通信源代码
- 2022-04-08 18:48:34下载
- 积分: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