-
Keil_C51程序,C8051实现的TCP/IP功能源码,使用keilC51,含网页测试程序。...
Keil_C51程序,C8051实现的TCP/IP功能源码,使用keilC51,含网页测试程序。-Keil_C51 procedures, C8051 realize the TCP/IP function of source, the use of keilC51, including test procedures page.
- 2023-05-07 04:30:03下载
- 积分:1
-
看MIPS跑LINUX-MIPS体系结构剖析,对于深入理解MIPS架构思想很有用的,记得当初在华为的时候,很多人都有一本MIPS架构剖析,如果大家有什么不懂的,...
看MIPS跑LINUX-MIPS体系结构剖析,对于深入理解MIPS架构思想很有用的,记得当初在华为的时候,很多人都有一本MIPS架构剖析,如果大家有什么不懂的,欢迎交流-See MIPS Run LINUX-MIPS architecture analysis, for in-depth understanding of MIPS architecture ideas useful, remember when Huawei, a lot of people have a MIPS architecture analysis, if we do not know of any, please share
- 2022-11-16 16:15:04下载
- 积分:1
-
周立功的arm7源码----好东西,一般的起始代码范例,觉得不错,推荐一下...
周立功的arm7源码----好东西,一般的起始代码范例,觉得不错,推荐一下-weeks meritorious arm7 source-good things, the general initial code examples, think it"s good, what recommendation
- 2022-01-26 00:13:09下载
- 积分:1
-
arm9内核的verilog实现
采用verilog hdl语言写的一个完整的arm9架构软核处理器,可以综合,对于处理器软核设计开发具有很大的参考价值,可移植到xlinx,altera等fpga芯片平台上。
- 2022-12-18 21:50:03下载
- 积分:1
-
这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽...
这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。
-This is a trip of less than 2000 operating system, cleverly using ARM9 CPU memory management unit (MMU) to achieve the switching process. ARM9 4G virtual address can be divided into 128 process space, each 32M. While their virtual address (VA) are 0- (32M-1), but the corresponding MVA (Modified Virtual address, and by the virtual address VA and the process of portfolio from PID) not the same, set MVA corresponding page table at the different physical address can be very easy to let the the process of separating the mutual operation of space. Code rarely Notes rich, in hopes of understanding the operating system, understanding the ARM architecture friends help.
- 2023-01-15 10:50:03下载
- 积分:1
-
本文是根据我学习ARM开发以来的一些经验总结,以自己设计的S3C44B0X板为例,给出入门上手的最基础知识。有些东西只是个人的主观认为,不一定准确,算作抛砖引玉...
本文是根据我学习ARM开发以来的一些经验总结,以自己设计的S3C44B0X板为例,给出入门上手的最基础知识。有些东西只是个人的主观认为,不一定准确,算作抛砖引玉吧,欢迎大家指正!-this paper is based on my study of 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-02-01 11:35:32下载
- 积分:1
-
ARM cortex
ARM cortex-M3系列处理器的代码,包括I2C、WatchDog、PWM。(IAR环境工程)-ARM cortex-M3 family of processors code, including I2C, WatchDog, PWM. (IAR Environmental Engineering)
- 2022-03-11 09:11:42下载
- 积分:1
-
linux kernel
linux kernel
- 2022-07-15 13:50:02下载
- 积分:1
-
这个是本人在一家公司开发的多路视频分割录像输出的原理图和PCb,AM209芯片为核心。,protel99格式。...
这个是本人在一家公司开发的多路视频分割录像输出的原理图和PCb,AM209芯片为核心。,protel99格式。-This is a company I have developed multi-channel video segmentation video output schematic and PCb, AM209 chip as the core. , Protel99 format.
- 2023-07-17 17:00:04下载
- 积分:1
-
基站定位
应用背景嵌入式开发应用中,可以进行基站定位,实现室内外比较准确的定位,可以通过串口收发AT指令,以短信的形式返回位置信息,实现和上位机的通讯。关键技术本程序的主要功能是:
一、发送短信读取基站定位信息
发送dw,则会收到"430D","03FD"类似的基站定位信息
二通过AT指令进行调试
- 2023-01-29 10:00:03下载
- 积分:1