欢迎来到毕设资料网! | 帮助中心 毕设资料交流与分享平台
毕设资料网
全部分类
  • 毕业设计>
  • 毕业论文>
  • 外文翻译>
  • 课程设计>
  • 实习报告>
  • 相关资料>
  • ImageVerifierCode 换一换
    首页 毕设资料网 > 资源分类 > DOCX文档下载
    分享到微信 分享到微博 分享到QQ空间

    外文翻译---串行存储器

    • 资源ID:132041       资源大小:148.06KB        全文页数:19页
    • 资源格式: DOCX        下载积分:100金币
    快捷下载 游客一键下载
    账号登录下载
    三方登录下载: QQ登录
    下载资源需要100金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

    外文翻译---串行存储器

    1、外文翻译 Serial Memories Overview Many of us like to use small, single chip micro controllers. They are relatively cheap, easy to wire up to make run, and over all just mighty convenient to use. One down side to using these single chip controllers is the lack of large amounts of memory. Sure, you can ho

    2、ok up external memory to most of them, but that requires a lot of work, and usually consumes other valuable resources, mainly the I/O pins that make the chip useful. There is help out there! There are several forms of memory that dont require the standard address bus and data bus wiring. These memor

    3、ies are called serial memories, and they are just the ticket to allow you to store large amounts of information without giving up those precious I/O lines. There are several different styles of serial EEPROM. The focus of this article is going to be SPI based devices. There are also 1, 2, and 3 wire

    4、 serial EEPROM devices that function in a similar way, but have different interface logic. This article is going to introduce the basics of serial memories, and present the driver software needed to make it operate. Missing the Bus The big advantage to using a Serial EEPROM is that the wiring only r

    5、equires 4 signal lines from the CPU to operate it. Compare this with a more standard memory, which requires an address bus and a data bus! The amount of glue logic required to make a Serial EEPROM operate is extremely low. For example, check out the following two packages. A traditional memory, such

    6、 as a 27256, requires a 28-pin part to be wired into your circuit. There are 15 address lines, 8 output lines, plus assorted control lines. On the other hand, a serial EEPROM can be purchased using in a 8-pin package. There is 1 input line, 1 output line, 1 control line, and 1 clock line required. T

    7、here are a couple of other control lines available, but are not actually required if you wish to avoid them. As you can imagine, these parts a lot easier to wire in, much smaller and best of all are mighty cheap! An 8kx8 part costs about $1.61 at Dig key. Of course, there are tradeoffs. Since the me

    8、mory of the serial EEPROM is accessed one bit at a time, there is a speed penalty to be paid. However, these are still extremely fast parts. They can output their data at over 2 million bits per second, which is quite reasonable for many applications. So, for a small amount of software overhead and

    9、only 4 I/O pins, you can have yourself some substantial data storage! Would you like to super Size that? Serial EPROMs are available in a variety of different sizes. They seem to range from 128 bytes all the way up to 32k bytes. Atmen also has a 128k byte device that fits the same form factor. All o

    10、f these parts are electrically compatible. However, some require minor software changes. For example, some allow writes of 32 bytes at a time, where others allow 64 bytes at a time. These minor differences are easily dealt with in software. It turns out that serial EPROMs are available from several

    11、different manufacturers. At least two, Microchip and Atmen, have compatible chips. I havent looked into the other manufacturers, but I would expect theirs may be as well. They are also available in several package sizes, including an 8pin DIP as well as SOIC surface mount. The Basics There are 8 pin

    12、s on one of these parts. Here is a list and their functions 1 CS Chip select. This is a critical pin on these parts. The CS line not only enables the part, but it also acts as the end of operation marker. More about this pin later 2 SO Serial Output pin. In SPI terminology, this would be the Slave O

    13、ut, and should be connected to the MISO pin of the SPI port. Data being output from the serial EEPROM is clocked out on this line. 3 WP The WP pin allows for hardware write protection. If appropriate bits in the control register are set, then the WP pin will disable any write operations when the pin

    14、 is held low. This would be appropriate when you want to have extra protection against software bugs, or when you intend for the part to be read only. The other option is to wire it high and leave it that way. 4 GND Power supply GND 5 SI Serial Input pin. In SPI terminology, this would be the Slave

    15、In, and should be connected to the MOSI pin of the SPI port. Data being output by the CPU is clocked in on this line. 6 SCK Serial Clock. This is the SPI serial clock line. Each cycle of this clock causes the data registers to shift both in and out 1 bit. 7 HOLD This interesting pin places the state of the part on HOLD. This is useful if you have interrupt driven routines that need to access other parts on the SPI bus. By holding this line low, the part will ignore the SCK line, which in affect causes the part to hold its current state. Your interrupt routine can


    注意事项

    本文(外文翻译---串行存储器)为本站会员(泛舟)主动上传,毕设资料网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请联系网站客服QQ:540560583,我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们
    本站所有资料均属于原创者所有,仅提供参考和学习交流之用,请勿用做其他用途,转载必究!如有侵犯您的权利请联系本站,一经查实我们会立即删除相关内容!
    copyright@ 2008-2025 毕设资料网所有
    联系QQ:540560583