eeprom(国外英文资料).doc

  1. 1、本文档共21页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
eeprom(国外英文资料)

eeprom(国外英文资料) AVR singlechip and GCC programming memory operation The 2010-04-16 08:51 AVR series MCU inside there are three types of being independent addressing memory, they are: Flash program memory, internal SRAM data block storage and EEPROM data memory. Flash memory is 1K to 128K bytes, which supports parallel programming and serial downloads, which can usually be downloaded 10,000 times. Due to the AVR instruction is 16 or 32 bits, the program counter to addressing it according to the word, therefore the FLASH memory organization according to the word, but in the program visit FLASH storage area special instruction LPM can read the discretion of the specified address byte, respectively. The register heap (R0 ~ R31), I/O register, and SRAM are unified. So the operation of registers and I/O is used with the same instructions as accessing the internal SRAM. The organization structure is shown in figure 2-1. Figure 2-1, the AVR SRAM organization 32 common registers are addressed to the top, and the I/O register takes up the next 64 addresses. Start at 0X0060 for internal SRAM. The external SRAM is addressed to the internal SRAM. Within the AVR single chip, there are 64 ~ 4K EEPROM data memory, which are addressed independently by byte organization. The written life can be 100,000 times. 2.2 I/O register operations The I/O special register (SFR) is addressed to the same address space as the internal SRAM, which is similar to the operation of the SRAM variable. SFR definition file contains: # include IO. H file under the compiler include paths of avr directory, due to the avr between different devices register address of the same name have different problems, IO. H file does not directly define macros, SFR register it according to the command line options - mmcu and contain the appropriate ioxxxx. H file. In the ioxxx.h file that corresponds to the device, the pretreatment macros of the device SFR are defined, and the SFR is read and written directly to it in the

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档