搜索资源列表
ExtendedMemoryAccessUsingIARv3.42A-and-CCE-v2
- Extended Memory Access Using IAR v3.42A and CCE v2
GIVEIO
- 三星公司官方 GIVEIO.SYS源代码下载。 In windows NT/2000/XP, any application can’t access the I/O such as the parallel port. So, GIVEIO.SYS enables SJF.exe to access the parallel port without any memory fault. In windows 95/98, GIVEIO.SYS isn’t needed.
rs232
- RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are use
S3C2440_CN_PDF.rar
- 整理好的最全的S3C2440中文资料,包含18章节。如下:第1章 产品概述 第2章 处理器工作模式 第5章 内存控制器 第6章 Nand Flash控制器 第7章 时钟与电源管理 第8章 直接存储器存取 第10章 PWM及定时器 第11章 UART 第14章 中断控制器 第16章 ADC和触摸屏接口 第17章 实时时钟 第18章 看门狗定时器 第19章 MMC/SD/SDIO控制器 第20章 IIC总线接口 第21章 IIS总线接口 第22章 SPI(串行外围设备接
1bitled
- SSI对从外设器件接收到的数据执行串行到并行转换。CPU可以访问SSI数据寄存器来发送和获得数据。发送和接收路径利用内部FIFO存储单元进行缓冲,以允许最多8个16位的值在发送和接收模式中独立地存储。 使用 ssi 控制1位数码管的显示-SSI received from peripheral devices to the implementation of the serial to parallel data conversion. CPU can access data regi
arm_architecture
- ARM Architecture Reference Manual The purpose of this manual is to describe the ARM instruction set architecture, including its high code density Thumb® subset, and three of its standard coprocessor extensions: • The standard System
c8051f020
- Cygnal C8051F系列单片机的功能部件包括模拟多路选择器可编程增益放大器ADCDAC电压比较器电压基准温度传感器SMBus/ I2CUARTSPI可编程计数器/定时器阵列PCA定时器数字I/O端口电源监视器看门狗定时器WDT和时钟振荡器等所有器件都有内置的FLASH存储器和256字节的内部RAM有些器件还可以访问外部数据存储器RAM即XRAM Cygnal C8051F系-Cygnal C8051F MCU' s features, including analog multi
The.ARM.Instruction.Set.ARM.University.Program.ra
- The ARM has six operating modes: • User (unprivileged mode under which most tasks run) • FIQ (entered when a high priority (fast) interrupt is raised) • IRQ (entered when a low priority (normal) interrupt is raised) • Supe
Ram
- Random access memory or RAM is a type of computer storage whose contents can be accessed in any order. This is in contrast to sequential memory devices such as magnetic tapes, discs and drums, in which the mechanical movement of the storage medium fo
LM3S615_cn
- LM3S615 微控制器包含以下的产品特性: 32 位RISC 性能 - 采用为小型嵌入式应用方案而优化的32 位ARM® CortexTM M3 v7M 结构 - 可兼容Thumb® 的Thumb-2 专用指令集处理器内核,可提高代码密度 - 50-MHz 工作频率 - 硬件除法和单周期乘法 - 集成了嵌套向量中断控制器(NVIC)以提供明确的中断处理 - 29 个中断,带8 个优先级 - 存储器保护单元(MPU)为受保护的操作系
nand_read
- 本源码是基于S3C—6430的ARM11嵌入式开发板的NAND FLASH程序的编写。NAND写回速度快、芯片面积小,特别是大容量使其优势明显。页是NAND中的基本存贮单元,一页一般为512 B(也有2 kB每页的large page NAND FLASH),多个页面组成块。不同存储器内的块内页面数不尽相同,通常以16页或32页比较常见。块容量计算公式比较简单,就是页面容量与块内页面数的乘积。根据FLASH Memory容量大小,不同存储器中的块、页大小可能不同,块内页面数也不同。例如:8 MB
STM32F103ZEt6_NORFlash
- 1、FSMC全称是静态存储控制器,用来高速操作外部SRAM,NOR,NAND等,广泛用来驱动LCD MCU的FSMC配置在fsmc_nor.c,你也可以查阅相关资料。 2、此例程通过读写外部M29W128,熟悉FSMC的配置以及操作。-1, FSMC stands for static memory controller for high-speed operation of external SRAM, NOR, NAND, widely used to drive the LCD M
c51-24c01
- C51单片机访问片外存储AT24C02,读写数据存储区。-The C51 microcontroller access off-chip memory AT24C02, read and write data storage area.
Memory
- The Memory project is a demo program for the AT91SAM7X256 using Atmel AT91SAM7X-EK Microcontroller Board. It demonstrates an USB Memory based on USB Mass Storage Class. LEDs are used to display the following: - LED1 is on when USB Devi
DDI0316D_dap_lite
- DAP(Debug Access Port): 可以实时访问AMBA系统上的总线内存,外设寄存器,以及所有调试配置寄存器,而无需挂起系统-DAP (Debug Access Port): can bus memory, real-time access to AMBA system on the peripheral registers, and all the debug configuration register, without the suspended system
STM32_DMA
- 直接存储器存取(DMA)用来提供在外设和存储器之间或者存储器和存储器之间的高速数据传输。无须CPU干预,数据可以通过DMA快速地移动,这就节省了CPU的资源来做其他操作。 两个DMA控制器有12个通道(DMA1有7个通道,DMA2有5个通道),每个通道专门用来管理来自于一个或多个外设对存储器访问的请求。还有一个仲裁器来协调各个DMA请求的优先权。- Direct memory access (DMA) is used to provide peripherals and memory or
STM32F746-FMC
- 这stm32f746代码描述了如何配置访问SDRAM控制器的FMC 记忆的低功耗模式(模式的SDRAM自刷新)。-This STM32F746 code describes how to configure the FMC controller to access the SDRAM memory.and low power mode (SDRAM Self Refresh mode).
RIOT-for-LPC1768
- Implementation of RIOT-OS for mbed-LPC1768 Boards, completely efficient and bug-free for IOT purposes. RIOT is a real-time multi-threading operating system that supports a range of devices that are typically found in the Internet of Things (IoT)
