搜索资源列表
mmuos
- 这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。 -This is a
leg_source
- verilog hdl编写,六段流水线CPU.程序完整,功能强惊。分为多模块编写-verilog hdl prepared replace pipelined CPU. The integrity of the process, strong function scared. Divided into multiple modules prepared
基于ARM的应用Source1
- 基于ARM的应用,网上找到的源码,分成六个上全,这是1-ARM-based applications, the Internet source code, divided into six on the whole, this is a
基于ARM的应用Source2
- 基于ARM的应用Source,在网上找到的,分成六个,这个是2-ARM-based applications Source, found on the Internet, divided into six, this is 2
基于ARM的应用Source5
- 基于ARM的应用Source5,在网上找到的源码,分成六个,这个是5-ARM-based application Source5 the Internet to find the source code is divided into six, 5
基于ARM的应用Source6
- 基于ARM的应用Source6,在网上找到的源码,分成6个,这个是6-ARM-based application Source6 the Internet to find the source code is divided into six, yes six
LM3SAPP_Bootloader_Update_Note
- Cortex-M3,LM3S在线升级解决方案及代码,APP代码分为两个运行区-Cortex-M3, LM3S online solutions and code upgrades, APP code is divided into two operating areas
ARM_PPT
- arm培训可见,很详细,分为很多张,肯定有收获-arm training can be seen in great detail, is divided into a lot of sheets, certainly have harvested
No.1
- 周立工easy_arm多媒体课件,共分有8章,里面详细介绍了,ARM开发的流程,并配合原理图有重点的分析,对ARM初学者有很强的帮助-Zhou workers easy_arm multimedia courseware, there is divided into 8 chapters, which described in detail, ARM developed flow, and in line with the principle diagram of the analysis ha
No.2
- 周立工easy_arm多媒体课件,共分有8章,里面详细介绍了,ARM开发的流程,并配合原理图有重点的分析,对ARM初学者有很强的帮助-Zhou workers easy_arm multimedia courseware, there is divided into 8 chapters, which described in detail, ARM developed flow, and in line with the principle diagram of the analysis ha
No.3
- 周立工easy_arm多媒体课件,共分有8章,里面详细介绍了,ARM开发的流程,并配合原理图有重点的分析,对ARM初学者有很强的帮助-Zhou workers easy_arm multimedia courseware, there is divided into 8 chapters, which described in detail, ARM developed flow, and in line with the principle diagram of the analysis ha
No.4
- 周立工easy_arm多媒体课件,共分有8章,里面详细介绍了,ARM开发的流程,并配合原理图有重点的分析,对ARM初学者有很强的帮助-Zhou workers easy_arm multimedia courseware, there is divided into 8 chapters, which described in detail, ARM developed flow, and in line with the principle diagram of the analysis ha
ADS1.2guide
- 目前为止最全的嵌入式开发工具ADS1.2的使用手册,共分三部,对嵌入式系统的软件编程过程进行深入细致的剖析,对ADS环境下编程及调试有指导性作用。-So far most of the embedded development tools ADS1.2 the user manual is divided into three, on the embedded systems software programming process to conduct in-depth and detaile
lcdlcd
- 写汉字液晶子程 液晶屏分为4行*12列汉字,全部使用模拟接口方式。 /* TGLCMLIMIT64A接口程序(模拟方式)-Write Chinese character LCD LCD screen is divided into 4 sub-way line* 12 characters, all with analog interfaces. /* TGLCMLIMIT64A interface program (simulation)
Network-Management
- 网络管理:现场总线管理层7。提供用于总线和通信关系组态的服务、运行阶段的监视和诊断服务以及建立和释放管理连接服务。功能分成三组:1)上下关系管理2)组态管理 3)故障管理 -Network Management: Fieldbus management 7. Provide for communication between the bus and the configuration of services, the operational phase of the monitoring
fenpinghehuancun
- 该程序实现500分频和10000分频,在设计并实现频率计的时候会用到。-The program divided the 500 and 10,000 frequency in the design and implementation will be used when the frequency meter.
CPUTimer
- 包括TMS320F2812的定时器程序,分为含DSPBIOS和不含DSPBIOS,以及FLASH和RAM版本。-Including TMS320F2812 timer program, divided into with DSPBIOS and without DSPBIOS, and FLASH and RAM versions.
smbus
- c8051f340的SMBUS(iic)总线的驱动代码,使用任务方式,只支持主器件,不支持从器件方式,调用smbtskcx查询可以再添加几条任务,#define MAXTSKCOUNT 10 中的(10)为最大任务设定,可以自己更改,smbaddtask为添加任务的函数,其它的过程用户可以不关心, 写过程为先写8位器件地址,再写数据指针指向的数据(内容用户自己设定,如要包含子地址等),读时如果有子地址,要分成两个任务,一个是要写入子地址任务,一个是读取任务, 如smbaddtask(0x
111-(1)
- 本系统使用两片MSP430作为主控芯片(含最小系统),配合DS18B20温度传感器,AMX1001湿度传感器(模拟量输出)。5110液晶显示MOUDLE。NRF24L01无线传输芯片。实现封闭环境内部测量和发送,外部接收的功能。总体来看整体设计分为两个大部分-The system uses two MSP430 as the master chip (with minimal system), with the DS18B20 temperature sensor, AMX1001 humidi
PWM
- PWM按键调光源代码,可以通过按键调节光的亮度可以分5个等级的亮度,并且通过本程序可以做一个小台灯。-PWM modulation source code button, you can adjust the brightness of the keys can be divided into five levels of brightness, and through this program can make a small lamp.
