联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 处理器开发(27) 
按平台查找All Visual C++(27) 

[处理器开发] arm_command

ARM(Advanced RISC Machines)是微处理器行业的一家知名企业。设计了大量高性能、廉价、耗能低的RISC处理器、相关技术及软件。1985年,第一个ARM原型在英国剑桥诞生。ARM公司的特点是只设计芯片,而不生产。ARM将其技术授权给世界上许多著名的半导体、软件和OEM厂商,每个厂商得到的都是一套独一无二的ARM相关技术及服务。利用这种合伙关系,ARM很快成为许多全球性RISC标准的缔造者。
ARM (RISC Machines Advanced) is a well-known enterprise in the microprocessor industry. A large number of high performance, low cost, low energy consumption of RISC processor, related technologies and software are designed. In 1985, the first ARM prototype was born in Cambridge, England. ARM company is characterized by the design of the chip, but not the production. ARM will be its technology authorized to many of the world s leading semiconductor, software and OEM vendors, each vendor is a unique set of ARM related technologies and services. With this partnership, ARM quickly became the founder of many global RISC standard. (2015-12-28, Visual C++, 144KB, 下载1次)

http://www.pudn.com/Download/item/id/1451311464151879.html

[处理器开发] tp900

北京振中手持抄表机,型号TP900抄表程序,实现红外抄表
Beijing vibration in the hand-held meter reading machine, Model TP900 meter reading procedures infrared meter reading (2012-10-30, Visual C++, 43KB, 下载124次)

http://www.pudn.com/Download/item/id/2031542.html

[处理器开发] LM3S615_cn

LM3S615 微控制器包含以下的产品特性: 􀁺 32 位RISC 性能 - 采用为小型嵌入式应用方案而优化的32 位ARM® CortexTM M3 v7M 结构 - 可兼容Thumb® 的Thumb-2 专用指令集处理器内核,可提高代码密度 - 50-MHz 工作频率 - 硬件除法和单周期乘法 - 集成了嵌套向量中断控制器(NVIC)以提供明确的中断处理 - 29 个中断,带8 个优先级 - 存储器保护单元(MPU)为受保护的操作系统功能提供了一种特权模式 - 非对齐式的数据访问,使数据可以有效地压入内存 - 极细微的位元处理操作(atomic bit-banding)可最大限度地使用内存,并且提供 精简(streamlined)的外设控制
LM3S615 micro controller contains the following characteristics: 􀁺 32 位RISC 性能 -the embedded application scheme for the small and the optimization of the 32-bit ARM ® CortexTM M3 v7M structure -compatible with the Thumb ® Thumb-2 special instruction set processor core, can improve the code density -50-MHz working frequency -hardware division and single cycle the multiplication -integrated nested vector interrupt controller (NVIC) to provide clear interrupt handling -29 interrupt, with eight priority -memory protection unit (MPU) for protected operating system function provides a privilege mode -the alignment of the type data access, so that data can be effective pressure into memory -extremely slight bit processing operation (atomic bit-banding) can maximum use of memory, and to provide Streamline (streamlined) control of peripherals (2011-12-29, Visual C++, 2081KB, 下载5次)

http://www.pudn.com/Download/item/id/1745647.html

[处理器开发] GPSData

上位机程序,接收STM32发送的GPS数据并按照数据存储格式进行解算,解算后的结果保存在txt文件中,供后续处理。
PC program, to receive the GPS data and transmit STM32 data storage format in accordance with solver, solver the results stored in the txt file for subsequent processing. (2011-11-11, Visual C++, 10272KB, 下载74次)

http://www.pudn.com/Download/item/id/1695615.html

[处理器开发] SDcard_MCS51

 SD卡有两个可选的通讯协议:SD模式和SPI模式。SD模式是SD卡标准的读写方式,但是在选用SD模式时,往往需要选择带有SD卡控制器接口的MCU,或者必须加入额外的SD卡控制单元以支持SD卡的读写。然而,AT89C52单片机没有集成SD卡控制器接口,若选用SD模式通讯就无形中增加了产品的硬件成本。在SD卡数据读写时间要求不是很严格的情况下,选用SPI模式可以说是一种最佳的解决方案。因为在SPI模式下,通过四条线就可以完成所有的数据交换,并且目前市场上很多MCU都集成有现成的SPI接口电路,采用SPI模式对SD卡进行读写操作可大大简化硬件电路的设计。
There are two optional SD card communication protocols: SD mode and SPI mode. SD model is a standard SD card reading and writing, but in the selection of SD mode, often need to select the SD card controller interface with MCU, or SD card to join the additional control unit to support the SD card reader. However, AT89C52 microcontroller is not integrated SD card controller interface to SD mode if the selected communication would in effect increase the cost of hardware products. The time to read and write data in SD card is not very demanding circumstances, the use SPI mode can say is the best solution. SPI, mode because, by four lines on all the data can be exchanged, and Du Mu Qian Ji Cheng MCU market, there are many existing SPI interface circuit using SPI mode on the SD card reader can be greatly Jianhua Cao Zuo hardware design. (2010-04-22, Visual C++, 35KB, 下载91次)

http://www.pudn.com/Download/item/id/1139252.html

[处理器开发] s3c2410-datasheet-cn

这是三星公司推出的arm9芯片s3c2410的中文手册,这可是难得的芯片资料,我花了好多时间才搜集到一起的。
This is the introduction of ARM9 Samsung S3C2410 chip Chinese Manual, it is rare chip information, I have spent a lot of time to gather together. (2008-11-23, Visual C++, 2711KB, 下载414次)

http://www.pudn.com/Download/item/id/586505.html

[处理器开发] dvdSearch

碟机Search流程说明 Search过程中,主要涉及到的问题是Search(搜索) 和Match(匹配),其目的就是能够准确地给光头定位。如果匹配才算是成功的?要跳转多少个Track(信迹)才能到目的位置,以及这些跳转指令又是如何?等等诸如此类的问题都将该文档中有详细的解释说明。在koala这个项目中,当 Servo不在做顺序读取,而因为某些特定目的要求需要做跳转读取,这时就需要用到Search功能,快速跳转至指定位置读取数据。比如说歌曲跳转,当播放完前一首歌时,开始播放下一首歌时,必须快速将光头移至该首歌的开始数据位置,但因为前后两首歌的数据地址可能不是连续的,这就需要根据前后两首歌的地址差值进行Search动作。
writers note Search Search Process process, mainly related to the issue of Search (search) and Match (matching), Its purpose is to be able to accurately positioning skinheads. If the match is considered successful? Jump to the number of Track (trace letters) to get to the location, and these instructions are Jump? Etc. If these problems have all documentation for a detailed explanation. Koala in the project, when the order Servo do not read, And because they require specific purposes needs to be done Jump read, it is necessary used Search function, Quick Jump to the designated location to read data. For example, Jump songs, when players completed before a song, start playing the next song. Bald will be rapidly moved to the beginning of the song data location, But after two songs address th (2007-03-29, Visual C++, 32KB, 下载14次)

http://www.pudn.com/Download/item/id/261102.html
12
总计:27